Html Css Color HEX #AA6492 Mountbatten Pink

📋 copy color: '#AA6492'

red 170 ◦ green 100 ◦ blue 146

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

Shades of Mountbatten Pink #AA6492

Tints of Mountbatten Pink #AA6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 40.87%
G = 24.04%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA6492 (or 0xAA6492) is known color: Mountbatten Pink. HEX triplet: AA, 64 and 92. RGB value is (170,100,146). Sum of RGB (Red+Green+Blue) = 170+100+146=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6492 is #559B6D. Grayscale: #7E7E7E. Windows color (decimal): -5610350 or 9594026. OLE color: 9594026.

HSL color Cylindrical-coordinate representation of color #AA6492: hue angle of 320.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6492 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 146 -
CMYK 0 0.41 0.14 0.33
HSL 320.57º 0.29% 0.53% -
HSV(B) 320.57º 0.41% 0.67% -
XYZ 26.32 19.74 29.62 -
YUV 126.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 170 100 146 0 0.41 0.14 0.33 320.57 0.29 0.53
Hex AA 64 92 0 29 E 21 141 1D 35
Octal 252 144 222 0 51 16 41 501 35 65
Binary 10101010 1100100 10010010 0 101001 1110 100001 101000001 11101 110101

Color Harmonies of #AA6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6492

Black with #AA6492

Text Example


Text Example

White with #AA6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6492; }

 p { color: rgb(170,100,146); }

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

background-color css

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

 a { background-color: rgb(170,100,146); }

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

border-color css

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

 span { border-color: rgb(170,100,146); }

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