#A99DEA

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

Shades of Wistful #A99DEA

Tints of Wistful #A99DEA

Color information

#A99DEA (or 0xA99DEA) is unknown color: approx Wistful. HEX triplet: A9, 9D and EA. RGB value is (169,157,234). Sum of RGB (Red+Green+Blue) = 169+157+234=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #A99DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEA is #566215. Grayscale: #A9A9A9. Windows color (decimal): -5661206 or 15375785. OLE color: 15375785.

HSL color Cylindrical-coordinate representation of color #A99DEA: hue angle of 249.35º 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 #A99DEA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169157234-
CMYK0.280.3300.08
HSL249.35º64.71%76.67%-
HSV(B)249.35º32.91%91.76%-
XYZ43.2738.4982.99-
YUV169.37164.48127.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=30.18%
G=28.04%
B=41.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691572340.280.3300.08249.3564.7176.67
HexA99DEA1C2108f9414d
Octal2512353523441010371101115
Binary10101001100111011110101011100100001010001111100110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DEA; }

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

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

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

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

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

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

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

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