#A99DEC

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

Shades of Wistful #A99DEC

Tints of Wistful #A99DEC

Color information

#A99DEC (or 0xA99DEC) is unknown color: approx Wistful. HEX triplet: A9, 9D and EC. RGB value is (169,157,236). Sum of RGB (Red+Green+Blue) = 169+157+236=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #A99DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEC is #566213. Grayscale: #A9A9A9. Windows color (decimal): -5661204 or 15506857. OLE color: 15506857.

HSL color Cylindrical-coordinate representation of color #A99DEC: hue angle of 249.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99DEC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169157236-
CMYK0.280.3300.07
HSL249.11º67.52%77.06%-
HSV(B)249.11º33.47%92.55%-
XYZ43.5638.6184.51-
YUV169.59165.48127.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=30.07%
G=27.94%
B=41.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691572360.280.3300.07249.1167.5277.06
HexA99DEC1C2107f9444d
Octal251235354344107371104115
Binary1010100110011101111011001110010000101111111100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DEC; }

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

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

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

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

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

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

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

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