#A29DDC

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

Shades of Wistful #A29DDC

Tints of Wistful #A29DDC

Color information

#A29DDC (or 0xA29DDC) is unknown color: approx Wistful. HEX triplet: A2, 9D and DC. RGB value is (162,157,220). Sum of RGB (Red+Green+Blue) = 162+157+220=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DDC is #5D6223. Grayscale: #A5A5A5. Windows color (decimal): -6119972 or 14458274. OLE color: 14458274.

HSL color Cylindrical-coordinate representation of color #A29DDC: hue angle of 244.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29DDC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162157220-
CMYK0.260.2900.14
HSL244.76º47.37%73.92%-
HSV(B)244.76º28.64%86.27%-
XYZ39.8836.9672.74-
YUV165.68158.66125.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=30.06%
G=29.13%
B=40.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621572200.260.2900.14244.7647.3773.92
HexA29DDC1A1D0Ef52f4a
Octal242235334323501636557112
Binary101000101001110111011100110101110101110111101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DDC; }

 p { color: rgb(162,157,220); }

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

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

 a { background-color: rgb(162,157,220); }

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

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

 span { border-color: rgb(162,157,220); }

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