#A09DEA

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

Shades of Wistful #A09DEA

Tints of Wistful #A09DEA

Color information

#A09DEA (or 0xA09DEA) is unknown color: approx Wistful. HEX triplet: A0, 9D and EA. RGB value is (160,157,234). Sum of RGB (Red+Green+Blue) = 160+157+234=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A09DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DEA is #5F6215. Grayscale: #A6A6A6. Windows color (decimal): -6251030 or 15375776. OLE color: 15375776.

HSL color Cylindrical-coordinate representation of color #A09DEA: hue angle of 242.34º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09DEA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160157234-
CMYK0.320.3300.08
HSL242.34º64.71%76.67%-
HSV(B)242.34º32.91%91.76%-
XYZ41.4137.5382.9-
YUV166.68165.99123.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=29.04%
G=28.49%
B=42.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601572340.320.3300.08242.3464.7176.67
HexA09DEA202108f2414d
Octal2402353524041010362101115
Binary101000001001110111101010100000100001010001111001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DEA; }

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

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

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

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

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

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

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

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