#A29ED3

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

Shades of Wistful #A29ED3

Tints of Wistful #A29ED3

Color information

#A29ED3 (or 0xA29ED3) is unknown color: approx Wistful. HEX triplet: A2, 9E and D3. RGB value is (162,158,211). Sum of RGB (Red+Green+Blue) = 162+158+211=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #A29ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ED3 is #5D612C. Grayscale: #A5A5A5. Windows color (decimal): -6119725 or 13868706. OLE color: 13868706.

HSL color Cylindrical-coordinate representation of color #A29ED3: hue angle of 244.53º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29ED3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162158211-
CMYK0.230.2500.17
HSL244.53º37.59%72.35%-
HSV(B)244.53º25.12%82.75%-
XYZ38.8936.8466.69-
YUV165.24153.83125.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=30.51%
G=29.76%
B=39.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621582110.230.2500.17244.5337.5972.35
HexA29ED31719011f52648
Octal242236323273102136546110
Binary1010001010011110110100111011111001010001111101011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ED3; }

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

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

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

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

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

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

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

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