#A09CC8

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

Shades of Wistful #A09CC8

Tints of Wistful #A09CC8

Color information

#A09CC8 (or 0xA09CC8) is unknown color: approx Wistful. HEX triplet: A0, 9C and C8. RGB value is (160,156,200). Sum of RGB (Red+Green+Blue) = 160+156+200=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #A09CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CC8 is #5F6337. Grayscale: #A2A2A2. Windows color (decimal): -6251320 or 13147296. OLE color: 13147296.

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

Color convert

RGB160156200-
CMYK0.20.2200.22
HSL245.45º28.57%69.8%-
HSV(B)245.45º22%78.43%-
XYZ36.8135.4259.54-
YUV162.21149.33126.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=31.01%
G=30.23%
B=38.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601562000.20.2200.22245.4528.5769.8
HexA09CC81416016f51d46
Octal240234310242602636535106
Binary101000001001110011001000101001011001011011110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CC8; }

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

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

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

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

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

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

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

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