#A29AD7

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

Shades of Wistful #A29AD7

Tints of Wistful #A29AD7

Color information

#A29AD7 (or 0xA29AD7) is unknown color: approx Wistful. HEX triplet: A2, 9A and D7. RGB value is (162,154,215). Sum of RGB (Red+Green+Blue) = 162+154+215=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A29AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AD7 is #5D6528. Grayscale: #A3A3A3. Windows color (decimal): -6120745 or 14129826. OLE color: 14129826.

HSL color Cylindrical-coordinate representation of color #A29AD7: hue angle of 247.87º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29AD7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162154215-
CMYK0.250.2800.16
HSL247.87º43.26%72.35%-
HSV(B)247.87º28.37%84.31%-
XYZ38.7235.769.14-
YUV163.35157.15127.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=30.51%
G=29.00%
B=40.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621542150.250.2800.16247.8743.2672.35
HexA29AD7191C010f82b48
Octal242232327313402037053110
Binary1010001010011010110101111100111100010000111110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AD7; }

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

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

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

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

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

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

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

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