#A29ACD

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

Shades of Wistful #A29ACD

Tints of Wistful #A29ACD

Color information

#A29ACD (or 0xA29ACD) is unknown color: approx Wistful. HEX triplet: A2, 9A and CD. RGB value is (162,154,205). Sum of RGB (Red+Green+Blue) = 162+154+205=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACD is #5D6532. Grayscale: #A2A2A2. Windows color (decimal): -6120755 or 13474466. OLE color: 13474466.

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

Color convert

RGB162154205-
CMYK0.210.2500.20
HSL249.41º33.77%70.39%-
HSV(B)249.41º24.88%80.39%-
XYZ37.4835.262.58-
YUV162.21152.15127.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=31.09%
G=29.56%
B=39.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621542050.210.2500.20249.4133.7770.39
HexA29ACD1519014f92246
Octal242232315253102437142106
Binary1010001010011010110011011010111001010100111110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ACD; }

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

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

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

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

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

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

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

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