#A09FCD

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

Shades of Wistful #A09FCD

Tints of Wistful #A09FCD

Color information

#A09FCD (or 0xA09FCD) is unknown color: approx Wistful. HEX triplet: A0, 9F and CD. RGB value is (160,159,205). Sum of RGB (Red+Green+Blue) = 160+159+205=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCD is #5F6032. Grayscale: #A4A4A4. Windows color (decimal): -6250547 or 13475744. OLE color: 13475744.

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

Color convert

RGB160159205-
CMYK0.220.2200.20
HSL241.3º31.51%71.37%-
HSV(B)241.3º22.44%80.39%-
XYZ37.9136.6862.84-
YUV164.54150.83124.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=30.53%
G=30.34%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601592050.220.2200.20241.331.5171.37
HexA09FCD1616014f12047
Octal240237315262602436140107
Binary1010000010011111110011011011010110010100111100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FCD; }

 p { color: rgb(160,159,205); }

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

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

 a { background-color: rgb(160,159,205); }

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

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

 span { border-color: rgb(160,159,205); }

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