Html Css Color HEX #A09DCC Wistful

📋 copy color: '#A09DCC'

red 160 ◦ green 157 ◦ blue 204

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

Shades of Wistful #A09DCC

Tints of Wistful #A09DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 30.71%
G = 30.13%
B = 39.16%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A09DCC (or 0xA09DCC) is known color: Wistful. HEX triplet: A0, 9D and CC. RGB value is (160,157,204). Sum of RGB (Red+Green+Blue) = 160+157+204=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCC is #5F6233. Grayscale: #A3A3A3. Windows color (decimal): -6251060 or 13409696. OLE color: 13409696.

HSL color Cylindrical-coordinate representation of color #A09DCC: hue angle of 243.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09DCC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 157 204 -
CMYK 0.22 0.23 0 0.2
HSL 243.83º 0.32% 0.71% -
HSV(B) 243.83º 0.23% 0.8% -
XYZ 37.45 35.95 62.09 -
YUV 163.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 160 157 204 0.22 0.23 0 0.2 243.83 0.32 0.71
Hex A0 9D CC 16 17 0 14 F4 20 47
Octal 240 235 314 26 27 0 24 364 40 107
Binary 10100000 10011101 11001100 10110 10111 0 10100 11110100 100000 1000111

Color Harmonies of #A09DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DCC

Black with #A09DCC

Text Example


Text Example

White with #A09DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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