#A299CD

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

Shades of Wistful #A299CD

Tints of Wistful #A299CD

Color information

#A299CD (or 0xA299CD) is unknown color: approx Wistful. HEX triplet: A2, 99 and CD. RGB value is (162,153,205). Sum of RGB (Red+Green+Blue) = 162+153+205=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A299CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CD is #5D6632. Grayscale: #A1A1A1. Windows color (decimal): -6121011 or 13474210. OLE color: 13474210.

HSL color Cylindrical-coordinate representation of color #A299CD: hue angle of 250.38º degrees, saturation: 0.34, 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 #A299CD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162153205-
CMYK0.210.2500.20
HSL250.38º34.21%70.2%-
HSV(B)250.38º25.37%80.39%-
XYZ37.3134.8762.52-
YUV161.62152.48128.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=31.15%
G=29.42%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621532050.210.2500.20250.3834.2170.2
HexA299CD1519014fa2246
Octal242231315253102437242106
Binary1010001010011001110011011010111001010100111110101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299CD; }

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

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

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

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

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

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

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

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