#A29BCA

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

Shades of Wistful #A29BCA

Tints of Wistful #A29BCA

Color information

#A29BCA (or 0xA29BCA) is unknown color: approx Wistful. HEX triplet: A2, 9B and CA. RGB value is (162,155,202). Sum of RGB (Red+Green+Blue) = 162+155+202=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A29BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BCA is #5D6435. Grayscale: #A2A2A2. Windows color (decimal): -6120502 or 13278114. OLE color: 13278114.

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

Color convert

RGB162155202-
CMYK0.200.2300.21
HSL248.94º30.72%70%-
HSV(B)248.94º23.27%79.22%-
XYZ37.2835.3960.74-
YUV162.45150.32127.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=31.21%
G=29.87%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621552020.200.2300.21248.9430.7270
HexA29BCA1417015f91f46
Octal242233312242702537137106
Binary101000101001101111001010101001011101010111111001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BCA; }

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

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

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

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

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

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

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

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