#A29ECD

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

Shades of Wistful #A29ECD

Tints of Wistful #A29ECD

Color information

#A29ECD (or 0xA29ECD) is unknown color: approx Wistful. HEX triplet: A2, 9E and CD. RGB value is (162,158,205). Sum of RGB (Red+Green+Blue) = 162+158+205=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ECD is #5D6132. Grayscale: #A4A4A4. Windows color (decimal): -6119731 or 13475490. OLE color: 13475490.

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

Color convert

RGB162158205-
CMYK0.210.2300.20
HSL245.11º31.97%71.18%-
HSV(B)245.11º22.93%80.39%-
XYZ38.1536.5462.8-
YUV164.55150.83126.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=30.86%
G=30.10%
B=39.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621582050.210.2300.20245.1131.9771.18
HexA29ECD1517014f52047
Octal242236315252702436540107
Binary1010001010011110110011011010110111010100111101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ECD; }

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

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

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

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

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

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

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

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