#A29AB1

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

Shades of Cold Purple #A29AB1

Tints of Cold Purple #A29AB1

Color information

#A29AB1 (or 0xA29AB1) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and B1. RGB value is (162,154,177). Sum of RGB (Red+Green+Blue) = 162+154+177=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #A29AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AB1 is #5D654E. Grayscale: #9E9E9E. Windows color (decimal): -6120783 or 11639458. OLE color: 11639458.

HSL color Cylindrical-coordinate representation of color #A29AB1: hue angle of 260.87º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29AB1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162154177-
CMYK0.080.1300.31
HSL260.87º12.85%64.9%-
HSV(B)260.87º12.99%69.41%-
XYZ34.3933.9746.34-
YUV159.01138.15130.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=32.86%
G=31.24%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621541770.080.1300.31260.8712.8564.9
HexA29AB18D01F105d41
Octal242232261101503740515101
Binary1010001010011010101100011000110101111110000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AB1; }

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

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

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

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

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

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

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

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