#A09ACD

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

Shades of Wistful #A09ACD

Tints of Wistful #A09ACD

Color information

#A09ACD (or 0xA09ACD) is unknown color: approx Wistful. HEX triplet: A0, 9A and CD. RGB value is (160,154,205). Sum of RGB (Red+Green+Blue) = 160+154+205=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACD is #5F6532. Grayscale: #A1A1A1. Windows color (decimal): -6251827 or 13474464. OLE color: 13474464.

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

Color convert

RGB160154205-
CMYK0.220.2500.20
HSL247.06º33.77%70.39%-
HSV(B)247.06º24.88%80.39%-
XYZ37.0734.9962.56-
YUV161.61152.49126.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=30.83%
G=29.67%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601542050.220.2500.20247.0633.7770.39
HexA09ACD1619014f72246
Octal240232315263102436742106
Binary1010000010011010110011011011011001010100111101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ACD; }

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

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

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

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

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

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

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

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