#A29ACF

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

Shades of Wistful #A29ACF

Tints of Wistful #A29ACF

Color information

#A29ACF (or 0xA29ACF) is unknown color: approx Wistful. HEX triplet: A2, 9A and CF. RGB value is (162,154,207). Sum of RGB (Red+Green+Blue) = 162+154+207=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A29ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACF is #5D6530. Grayscale: #A2A2A2. Windows color (decimal): -6120753 or 13605538. OLE color: 13605538.

HSL color Cylindrical-coordinate representation of color #A29ACF: hue angle of 249.06º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29ACF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162154207-
CMYK0.220.2600.19
HSL249.06º35.57%70.78%-
HSV(B)249.06º25.6%81.18%-
XYZ37.7235.363.86-
YUV162.43153.15127.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=30.98%
G=29.45%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621542070.220.2600.19249.0635.5770.78
HexA29ACF161A013f92447
Octal242232317263202337144107
Binary1010001010011010110011111011011010010011111110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ACF; }

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

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

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

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

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

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

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

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