#A09ACB

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

Shades of Wistful #A09ACB

Tints of Wistful #A09ACB

Color information

#A09ACB (or 0xA09ACB) is unknown color: approx Wistful. HEX triplet: A0, 9A and CB. RGB value is (160,154,203). Sum of RGB (Red+Green+Blue) = 160+154+203=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACB is #5F6534. Grayscale: #A1A1A1. Windows color (decimal): -6251829 or 13343392. OLE color: 13343392.

HSL color Cylindrical-coordinate representation of color #A09ACB: hue angle of 247.35º 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 #A09ACB is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160154203-
CMYK0.210.2400.20
HSL247.35º32.03%70%-
HSV(B)247.35º24.14%79.61%-
XYZ36.8334.961.29-
YUV161.38151.49127.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=30.95%
G=29.79%
B=39.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601542030.210.2400.20247.3532.0370
HexA09ACB1518014f72046
Octal240232313253002436740106
Binary1010000010011010110010111010111000010100111101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ACB; }

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

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

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

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

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

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

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

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