#A09ECA

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

Shades of Wistful #A09ECA

Tints of Wistful #A09ECA

Color information

#A09ECA (or 0xA09ECA) is unknown color: approx Wistful. HEX triplet: A0, 9E and CA. RGB value is (160,158,202). Sum of RGB (Red+Green+Blue) = 160+158+202=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECA is #5F6135. Grayscale: #A3A3A3. Windows color (decimal): -6250806 or 13278880. OLE color: 13278880.

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

Color convert

RGB160158202-
CMYK0.210.2200.21
HSL242.73º29.33%70.59%-
HSV(B)242.73º21.78%79.22%-
XYZ37.3836.1960.89-
YUV163.61149.66125.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30.77%
G=30.38%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601582020.210.2200.21242.7329.3370.59
HexA09ECA1516015f31d47
Octal240236312252602536335107
Binary101000001001111011001010101011011001010111110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ECA; }

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

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

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

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

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

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

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

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