#A29FD3

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

Shades of Wistful #A29FD3

Tints of Wistful #A29FD3

Color information

#A29FD3 (or 0xA29FD3) is unknown color: approx Wistful. HEX triplet: A2, 9F and D3. RGB value is (162,159,211). Sum of RGB (Red+Green+Blue) = 162+159+211=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #A29FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FD3 is #5D602C. Grayscale: #A5A5A5. Windows color (decimal): -6119469 or 13868962. OLE color: 13868962.

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

Color convert

RGB162159211-
CMYK0.230.2500.17
HSL243.46º37.14%72.55%-
HSV(B)243.46º24.64%82.75%-
XYZ39.0637.1866.75-
YUV165.82153.49125.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 211 (82.81% from 255) = 39.66%
R=30.45%
G=29.89%
B=39.66%

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
Decimal1621592110.230.2500.17243.4637.1472.55
HexA29FD31719011f32549
Octal242237323273102136345111
Binary1010001010011111110100111011111001010001111100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FD3; }

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

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

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

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

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

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

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

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