#A99DDC

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

Shades of Wistful #A99DDC

Tints of Wistful #A99DDC

Color information

#A99DDC (or 0xA99DDC) is unknown color: approx Wistful. HEX triplet: A9, 9D and DC. RGB value is (169,157,220). Sum of RGB (Red+Green+Blue) = 169+157+220=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A99DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDC is #566223. Grayscale: #A7A7A7. Windows color (decimal): -5661220 or 14458281. OLE color: 14458281.

HSL color Cylindrical-coordinate representation of color #A99DDC: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99DDC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169157220-
CMYK0.230.2900.14
HSL251.43º47.37%73.92%-
HSV(B)251.43º28.64%86.27%-
XYZ41.3437.7272.81-
YUV167.77157.48128.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=30.95%
G=28.75%
B=40.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691572200.230.2900.14251.4347.3773.92
HexA99DDC171D0Efb2f4a
Octal251235334273501637357112
Binary101010011001110111011100101111110101110111110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DDC; }

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

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

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

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

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

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

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

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