#A29AAD

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

Shades of Cold Purple #A29AAD

Tints of Cold Purple #A29AAD

Color information

#A29AAD (or 0xA29AAD) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and AD. RGB value is (162,154,173). Sum of RGB (Red+Green+Blue) = 162+154+173=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A29AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAD is #5D6552. Grayscale: #9E9E9E. Windows color (decimal): -6120787 or 11377314. OLE color: 11377314.

HSL color Cylindrical-coordinate representation of color #A29AAD: hue angle of 265.26º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29AAD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162154173-
CMYK0.060.1100.32
HSL265.26º10.38%64.12%-
HSV(B)265.26º10.98%67.84%-
XYZ3433.8144.27-
YUV158.56136.15130.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=33.13%
G=31.49%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621541730.060.1100.32265.2610.3864.12
HexA29AAD6B020109a40
Octal24223225561304041112100
Binary1010001010011010101011011101011010000010000100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AAD; }

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

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

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

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

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

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

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

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