#A09CCB

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

Shades of Wistful #A09CCB

Tints of Wistful #A09CCB

Color information

#A09CCB (or 0xA09CCB) is unknown color: approx Wistful. HEX triplet: A0, 9C and CB. RGB value is (160,156,203). Sum of RGB (Red+Green+Blue) = 160+156+203=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCB is #5F6334. Grayscale: #A2A2A2. Windows color (decimal): -6251317 or 13343904. OLE color: 13343904.

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

Color convert

RGB160156203-
CMYK0.210.2300.20
HSL245.11º31.13%70.39%-
HSV(B)245.11º23.15%79.61%-
XYZ37.1735.5661.41-
YUV162.55150.83126.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=30.83%
G=30.06%
B=39.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601562030.210.2300.20245.1131.1370.39
HexA09CCB1517014f51f46
Octal240234313252702436537106
Binary101000001001110011001011101011011101010011110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CCB; }

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

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

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

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

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

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

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

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