#A09BCC

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

Shades of Wistful #A09BCC

Tints of Wistful #A09BCC

Color information

#A09BCC (or 0xA09BCC) is unknown color: approx Wistful. HEX triplet: A0, 9B and CC. RGB value is (160,155,204). Sum of RGB (Red+Green+Blue) = 160+155+204=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCC is #5F6433. Grayscale: #A1A1A1. Windows color (decimal): -6251572 or 13409184. OLE color: 13409184.

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

Color convert

RGB160155204-
CMYK0.220.2400.2
HSL246.12º32.45%70.39%-
HSV(B)246.12º24.02%80%-
XYZ37.1235.2861.98-
YUV162.08151.66126.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=30.83%
G=29.87%
B=39.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601552040.220.2400.2246.1232.4570.39
HexA09BCC1618014f62046
Octal240233314263002436640106
Binary1010000010011011110011001011011000010100111101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BCC; }

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

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

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

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

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

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

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

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