#A29ACA

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

Shades of Wistful #A29ACA

Tints of Wistful #A29ACA

Color information

#A29ACA (or 0xA29ACA) is unknown color: approx Wistful. HEX triplet: A2, 9A and CA. RGB value is (162,154,202). Sum of RGB (Red+Green+Blue) = 162+154+202=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A29ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACA is #5D6535. Grayscale: #A1A1A1. Windows color (decimal): -6120758 or 13277858. OLE color: 13277858.

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

Color convert

RGB162154202-
CMYK0.200.2400.21
HSL250º31.17%69.8%-
HSV(B)250º23.76%79.22%-
XYZ37.1235.0660.69-
YUV161.86150.65128.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=31.27%
G=29.73%
B=39.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621542020.200.2400.2125031.1769.8
HexA29ACA1418015fa1f46
Octal242232312243002537237106
Binary101000101001101011001010101001100001010111111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ACA; }

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

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

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

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

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

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

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

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