#A29FAA

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

Shades of Spun Pearl #A29FAA

Tints of Spun Pearl #A29FAA

Color information

#A29FAA (or 0xA29FAA) is unknown color: approx Spun Pearl. HEX triplet: A2, 9F and AA. RGB value is (162,159,170). Sum of RGB (Red+Green+Blue) = 162+159+170=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A29FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FAA is #5D6055. Grayscale: #A1A1A1. Windows color (decimal): -6119510 or 11181986. OLE color: 11181986.

HSL color Cylindrical-coordinate representation of color #A29FAA: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A29FAA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162159170-
CMYK0.050.0600.33
HSL256.36º6.08%64.51%-
HSV(B)256.36º6.47%66.67%-
XYZ34.5535.3843.04-
YUV161.15132.99128.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=32.99%
G=32.38%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621591700.050.0600.33256.366.0864.51
HexA29FAA56021100641
Octal242237252560414006101
Binary10100010100111111010101010111001000011000000001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FAA; }

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

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

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

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

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

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

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

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