Html Css Color HEX #AAA2B6 Cold Purple

📋 copy color: '#AAA2B6'

red 170 ◦ green 162 ◦ blue 182

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

Shades of Cold Purple #AAA2B6

Tints of Cold Purple #AAA2B6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 33.07%
G = 31.52%
B = 35.41%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAA2B6 (or 0xAAA2B6) is known color: Cold Purple. HEX triplet: AA, A2 and B6. RGB value is (170,162,182). Sum of RGB (Red+Green+Blue) = 170+162+182=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAA2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2B6 is #555D49. Grayscale: #A6A6A6. Windows color (decimal): -5594442 or 11969194. OLE color: 11969194.

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

Color convert

RGB 170 162 182 -
CMYK 0.07 0.11 0 0.29
HSL 264º 0.12% 0.67% -
HSV(B) 264º 0.11% 0.71% -
XYZ 37.94 37.76 49.55 -
YUV 166.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 170 162 182 0.07 0.11 0 0.29 264 0.12 0.67
Hex AA A2 B6 7 B 0 1D 108 C 43
Octal 252 242 266 7 13 0 35 410 14 103
Binary 10101010 10100010 10110110 111 1011 0 11101 100001000 1100 1000011

Color Harmonies of #AAA2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA2B6

Black with #AAA2B6

Text Example


Text Example

White with #AAA2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA2B6; }

 p { color: rgb(170,162,182); }

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

background-color css

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

 a { background-color: rgb(170,162,182); }

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

border-color css

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

 span { border-color: rgb(170,162,182); }

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