Html Css Color HEX #AAA1B7 Cold Purple

📋 copy color: '#AAA1B7'

red 170 ◦ green 161 ◦ blue 183

#AAA1B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #AAA1B7

Tints of Cold Purple #AAA1B7

RGB

 RED value IS 170 (66.8% from 255) = 33.07%

 GREEN value IS 161 (63.28% from 255) = 31.32%

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 33.07%
G = 31.32%
B = 35.6%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AAA1B7 (or 0xAAA1B7) is known color: 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

RGB 170 161 183 -
CMYK 0.07 0.12 0 0.28
HSL 264.55º 0.13% 0.67% -
HSV(B) 264.55º 0.12% 0.72% -
XYZ 37.87 37.45 50.03 -
YUV 166.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 170 161 183 0.07 0.12 0 0.28 264.55 0.13 0.67
Hex AA A1 B7 7 C 0 1C 109 D 43
Octal 252 241 267 7 14 0 34 411 15 103
Binary 10101010 10100001 10110111 111 1100 0 11100 100001001 1101 1000011

Color Harmonies of #AAA1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1B7

Black with #AAA1B7

Text Example


Text Example

White with #AAA1B7

Text Example


Text Example

HTML Codes & Css Web 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>