#A299D0

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

Shades of Wistful #A299D0

Tints of Wistful #A299D0

Color information

#A299D0 (or 0xA299D0) is unknown color: approx Wistful. HEX triplet: A2, 99 and D0. RGB value is (162,153,208). Sum of RGB (Red+Green+Blue) = 162+153+208=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #A299D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D0 is #5D662F. Grayscale: #A1A1A1. Windows color (decimal): -6121008 or 13670818. OLE color: 13670818.

HSL color Cylindrical-coordinate representation of color #A299D0: hue angle of 249.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A299D0 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162153208-
CMYK0.220.2600.18
HSL249.82º36.91%70.78%-
HSV(B)249.82º26.44%81.57%-
XYZ37.6835.0264.45-
YUV161.96153.98128.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=30.98%
G=29.25%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621532080.220.2600.18249.8236.9170.78
HexA299D0161A012fa2547
Octal242231320263202237245107
Binary1010001010011001110100001011011010010010111110101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299D0; }

 p { color: rgb(162,153,208); }

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

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

 a { background-color: rgb(162,153,208); }

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

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

 span { border-color: rgb(162,153,208); }

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