Html Css Color HEX #AA6591 Mountbatten Pink

📋 copy color: '#AA6591'

red 170 ◦ green 101 ◦ blue 145

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

Shades of Mountbatten Pink #AA6591

Tints of Mountbatten Pink #AA6591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 40.87%
G = 24.28%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6591 (or 0xAA6591) is known color: Mountbatten Pink. HEX triplet: AA, 65 and 91. RGB value is (170,101,145). Sum of RGB (Red+Green+Blue) = 170+101+145=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6591 is #559A6E. Grayscale: #7E7E7E. Windows color (decimal): -5610095 or 9528746. OLE color: 9528746.

HSL color Cylindrical-coordinate representation of color #AA6591: hue angle of 321.74º 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 #AA6591 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 145 -
CMYK 0 0.41 0.15 0.33
HSL 321.74º 0.29% 0.53% -
HSV(B) 321.74º 0.41% 0.67% -
XYZ 26.34 19.9 29.24 -
YUV 126.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 170 101 145 0 0.41 0.15 0.33 321.74 0.29 0.53
Hex AA 65 91 0 29 F 21 142 1D 35
Octal 252 145 221 0 51 17 41 502 35 65
Binary 10101010 1100101 10010001 0 101001 1111 100001 101000010 11101 110101

Color Harmonies of #AA6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6591

Black with #AA6591

Text Example


Text Example

White with #AA6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6591; }

 p { color: rgb(170,101,145); }

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

background-color css

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

 a { background-color: rgb(170,101,145); }

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

border-color css

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

 span { border-color: rgb(170,101,145); }

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