#A09ECD

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

Shades of Wistful #A09ECD

Tints of Wistful #A09ECD

Color information

#A09ECD (or 0xA09ECD) is unknown color: approx Wistful. HEX triplet: A0, 9E and CD. RGB value is (160,158,205). Sum of RGB (Red+Green+Blue) = 160+158+205=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECD is #5F6132. Grayscale: #A3A3A3. Windows color (decimal): -6250803 or 13475488. OLE color: 13475488.

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

Color convert

RGB160158205-
CMYK0.220.2300.20
HSL242.55º31.97%71.18%-
HSV(B)242.55º22.93%80.39%-
XYZ37.7436.3462.78-
YUV163.96151.16125.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=30.59%
G=30.21%
B=39.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601582050.220.2300.20242.5531.9771.18
HexA09ECD1617014f32047
Octal240236315262702436340107
Binary1010000010011110110011011011010111010100111100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ECD; }

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

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

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

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

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

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

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

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