Html Css Color HEX #A09DEC Wistful

📋 copy color: '#A09DEC'

red 160 ◦ green 157 ◦ blue 236

#A09DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A09DEC

Tints of Wistful #A09DEC

RGB

 RED value IS 160 (62.89% from 255) = 28.93%

 GREEN value IS 157 (61.72% from 255) = 28.39%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 28.93%
G = 28.39%
B = 42.68%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A09DEC (or 0xA09DEC) is known color: Wistful. HEX triplet: A0, 9D and EC. RGB value is (160,157,236). Sum of RGB (Red+Green+Blue) = 160+157+236=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DEC is #5F6213. Grayscale: #A6A6A6. Windows color (decimal): -6251028 or 15506848. OLE color: 15506848.

HSL color Cylindrical-coordinate representation of color #A09DEC: hue angle of 242.28º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09DEC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 157 236 -
CMYK 0.32 0.33 0 0.07
HSL 242.28º 0.68% 0.77% -
HSV(B) 242.28º 0.33% 0.93% -
XYZ 41.69 37.64 84.43 -
YUV 166.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 160 157 236 0.32 0.33 0 0.07 242.28 0.68 0.77
Hex A0 9D EC 20 21 0 7 F2 44 4D
Octal 240 235 354 40 41 0 7 362 104 115
Binary 10100000 10011101 11101100 100000 100001 0 111 11110010 1000100 1001101

Color Harmonies of #A09DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DEC

Black with #A09DEC

Text Example


Text Example

White with #A09DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DEC; }

 p { color: rgb(160,157,236); }

 H1.HeaderClassName
 {
   color: #A09DEC;
 }
 .AnyTagClassName
 {
   color: #A09DEC;
 }
</style>

background-color css

<style>
 a { background-color: #A09DEC; }

 a { background-color: rgb(160,157,236); }

 div.DivClassName
 {
   background-color: #A09DEC;
 }
 .BgClassName
 {
   background-color: #A09DEC;
 }
</style>

border-color css

<style>
 span { border-color: #A09DEC; }

 span { border-color: rgb(160,157,236); }

 td.TdClassName
 {
   border-color: #A09DEC;
 }
 .TagClassName
 {
   border-color: #A09DEC;
 }
</style>