#A299CE

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

Shades of Wistful #A299CE

Tints of Wistful #A299CE

Color information

#A299CE (or 0xA299CE) is unknown color: approx Wistful. HEX triplet: A2, 99 and CE. RGB value is (162,153,206). Sum of RGB (Red+Green+Blue) = 162+153+206=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A299CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CE is #5D6631. Grayscale: #A1A1A1. Windows color (decimal): -6121010 or 13539746. OLE color: 13539746.

HSL color Cylindrical-coordinate representation of color #A299CE: hue angle of 250.19º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A299CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162153206-
CMYK0.210.2600.19
HSL250.19º35.1%70.39%-
HSV(B)250.19º25.73%80.78%-
XYZ37.4334.9263.16-
YUV161.73152.98128.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=31.09%
G=29.37%
B=39.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621532060.210.2600.19250.1935.170.39
HexA299CE151A013fa2346
Octal242231316253202337243106
Binary1010001010011001110011101010111010010011111110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299CE; }

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

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

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

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

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

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

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

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