#A29AD3

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

Shades of Wistful #A29AD3

Tints of Wistful #A29AD3

Color information

#A29AD3 (or 0xA29AD3) is unknown color: approx Wistful. HEX triplet: A2, 9A and D3. RGB value is (162,154,211). Sum of RGB (Red+Green+Blue) = 162+154+211=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #A29AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AD3 is #5D652C. Grayscale: #A2A2A2. Windows color (decimal): -6120749 or 13867682. OLE color: 13867682.

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

Color convert

RGB162154211-
CMYK0.230.2700.17
HSL248.42º39.31%71.57%-
HSV(B)248.42º27.01%82.75%-
XYZ38.2135.566.47-
YUV162.89155.15127.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=30.74%
G=29.22%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621542110.230.2700.17248.4239.3171.57
HexA29AD3171B011f82748
Octal242232323273302137047110
Binary1010001010011010110100111011111011010001111110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AD3; }

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

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

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

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

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

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

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

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