#A29CD2

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

Shades of Wistful #A29CD2

Tints of Wistful #A29CD2

Color information

#A29CD2 (or 0xA29CD2) is unknown color: approx Wistful. HEX triplet: A2, 9C and D2. RGB value is (162,156,210). Sum of RGB (Red+Green+Blue) = 162+156+210=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #A29CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CD2 is #5D632D. Grayscale: #A3A3A3. Windows color (decimal): -6120238 or 13802658. OLE color: 13802658.

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

Color convert

RGB162156210-
CMYK0.230.2600.18
HSL246.67º37.5%71.76%-
HSV(B)246.67º25.71%82.35%-
XYZ38.4236.1165.92-
YUV163.95153.99126.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=30.68%
G=29.55%
B=39.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621562100.230.2600.18246.6737.571.76
HexA29CD2171A012f72548
Octal242234322273202236745110
Binary1010001010011100110100101011111010010010111101111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CD2; }

 p { color: rgb(162,156,210); }

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

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

 a { background-color: rgb(162,156,210); }

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

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

 span { border-color: rgb(162,156,210); }

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