#A09CC9

Color #A09CC9 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A09CC9

Tints of Wistful #A09CC9

Color information

#A09CC9 (or 0xA09CC9) is unknown color: approx Wistful. HEX triplet: A0, 9C and C9. RGB value is (160,156,201). Sum of RGB (Red+Green+Blue) = 160+156+201=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A09CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CC9 is #5F6336. Grayscale: #A2A2A2. Windows color (decimal): -6251319 or 13212832. OLE color: 13212832.

HSL color Cylindrical-coordinate representation of color #A09CC9: hue angle of 245.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09CC9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160156201-
CMYK0.200.2200.21
HSL245.33º29.41%70%-
HSV(B)245.33º22.39%78.82%-
XYZ36.9335.4760.16-
YUV162.33149.83126.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=30.95%
G=30.17%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601562010.200.2200.21245.3329.4170
HexA09CC91416015f51d46
Octal240234311242602536535106
Binary101000001001110011001001101001011001010111110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CC9; }

 p { color: rgb(160,156,201); }

 H1.HeaderClassName
 {
   color: #A09CC9;
 }
 .AnyTagClassName
 {
   color: #A09CC9;
 }
</style>
background-color css

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

 a { background-color: rgb(160,156,201); }

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

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

 span { border-color: rgb(160,156,201); }

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