#AAA1B7

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

Shades of Cold Purple #AAA1B7

Tints of Cold Purple #AAA1B7

Color information

#AAA1B7 (or 0xAAA1B7) is unknown color: approx Cold Purple. HEX triplet: AA, A1 and B7. RGB value is (170,161,183). Sum of RGB (Red+Green+Blue) = 170+161+183=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B7 is #555E48. Grayscale: #A6A6A6. Windows color (decimal): -5594697 or 12034474. OLE color: 12034474.

HSL color Cylindrical-coordinate representation of color #AAA1B7: hue angle of 264.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA1B7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170161183-
CMYK0.070.1200.28
HSL264.55º13.25%67.45%-
HSV(B)264.55º12.02%71.76%-
XYZ37.8737.4550.03-
YUV166.2137.48130.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=33.07%
G=31.32%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701611830.070.1200.28264.5513.2567.45
HexAAA1B77C01C109d43
Octal25224126771403441115103
Binary101010101010000110110111111110001110010000100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1B7; }

 p { color: rgb(170,161,183); }

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

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

 a { background-color: rgb(170,161,183); }

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

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

 span { border-color: rgb(170,161,183); }

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