Html Css Color HEX #AAA1B8 Cold Purple

📋 copy color: '#AAA1B8'

red 170 ◦ green 161 ◦ blue 184

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

Shades of Cold Purple #AAA1B8

Tints of Cold Purple #AAA1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 33.01%
G = 31.26%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AAA1B8 (or 0xAAA1B8) is known color: Cold Purple. HEX triplet: AA, A1 and B8. RGB value is (170,161,184). Sum of RGB (Red+Green+Blue) = 170+161+184=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAA1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B8 is #555E47. Grayscale: #A6A6A6. Windows color (decimal): -5594696 or 12100010. OLE color: 12100010.

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

Color convert

RGB 170 161 184 -
CMYK 0.08 0.12 0 0.28
HSL 263.48º 0.14% 0.68% -
HSV(B) 263.48º 0.13% 0.72% -
XYZ 37.97 37.5 50.58 -
YUV 166.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 170 161 184 0.08 0.12 0 0.28 263.48 0.14 0.68
Hex AA A1 B8 8 C 0 1C 107 E 44
Octal 252 241 270 10 14 0 34 407 16 104
Binary 10101010 10100001 10111000 1000 1100 0 11100 100000111 1110 1000100

Color Harmonies of #AAA1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1B8

Black with #AAA1B8

Text Example


Text Example

White with #AAA1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA1B8; }

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

 H1.HeaderClassName
 {
   color: #AAA1B8;
 }
 .AnyTagClassName
 {
   color: #AAA1B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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