#A09DE8

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

Shades of Wistful #A09DE8

Tints of Wistful #A09DE8

Color information

#A09DE8 (or 0xA09DE8) is unknown color: approx Wistful. HEX triplet: A0, 9D and E8. RGB value is (160,157,232). Sum of RGB (Red+Green+Blue) = 160+157+232=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #A09DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DE8 is #5F6217. Grayscale: #A6A6A6. Windows color (decimal): -6251032 or 15244704. OLE color: 15244704.

HSL color Cylindrical-coordinate representation of color #A09DE8: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09DE8 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160157232-
CMYK0.310.3200.09
HSL242.4º61.98%76.27%-
HSV(B)242.4º32.33%90.98%-
XYZ41.1237.4181.4-
YUV166.45164.99123.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=29.14%
G=28.60%
B=42.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601572320.310.3200.09242.461.9876.27
HexA09DE81F2009f23e4c
Octal240235350374001136276114
Binary1010000010011101111010001111110000001001111100101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DE8; }

 p { color: rgb(160,157,232); }

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

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

 a { background-color: rgb(160,157,232); }

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

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

 span { border-color: rgb(160,157,232); }

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