#A29BCD

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

Shades of Wistful #A29BCD

Tints of Wistful #A29BCD

Color information

#A29BCD (or 0xA29BCD) is unknown color: approx Wistful. HEX triplet: A2, 9B and CD. RGB value is (162,155,205). Sum of RGB (Red+Green+Blue) = 162+155+205=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BCD is #5D6432. Grayscale: #A2A2A2. Windows color (decimal): -6120499 or 13474722. OLE color: 13474722.

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

Color convert

RGB162155205-
CMYK0.210.2400.20
HSL248.4º33.33%70.59%-
HSV(B)248.4º24.39%80.39%-
XYZ37.6435.5362.63-
YUV162.79151.82127.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=31.03%
G=29.69%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621552050.210.2400.20248.433.3370.59
HexA29BCD1518014f82147
Octal242233315253002437041107
Binary1010001010011011110011011010111000010100111110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BCD; }

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

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

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

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

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

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

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

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