#A299CC

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

Shades of Wistful #A299CC

Tints of Wistful #A299CC

Color information

#A299CC (or 0xA299CC) is unknown color: approx Wistful. HEX triplet: A2, 99 and CC. RGB value is (162,153,204). Sum of RGB (Red+Green+Blue) = 162+153+204=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CC is #5D6633. Grayscale: #A1A1A1. Windows color (decimal): -6121012 or 13408674. OLE color: 13408674.

HSL color Cylindrical-coordinate representation of color #A299CC: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A299CC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162153204-
CMYK0.210.2500.2
HSL250.59º33.33%70%-
HSV(B)250.59º25%80%-
XYZ37.1934.8261.89-
YUV161.5151.98128.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=31.21%
G=29.48%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621532040.210.2500.2250.5933.3370
HexA299CC1519014fb2146
Octal242231314253102437341106
Binary1010001010011001110011001010111001010100111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299CC; }

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

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

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

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

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

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

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

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