Html Css Color HEX #AA6594 Mountbatten Pink

📋 copy color: '#AA6594'

red 170 ◦ green 101 ◦ blue 148

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

Shades of Mountbatten Pink #AA6594

Tints of Mountbatten Pink #AA6594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 40.57%
G = 24.11%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA6594 (or 0xAA6594) is known color: Mountbatten Pink. HEX triplet: AA, 65 and 94. RGB value is (170,101,148). Sum of RGB (Red+Green+Blue) = 170+101+148=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6594 is #559A6B. Grayscale: #7E7E7E. Windows color (decimal): -5610092 or 9725354. OLE color: 9725354.

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

Color convert

RGB 170 101 148 -
CMYK 0 0.41 0.13 0.33
HSL 319.13º 0.29% 0.53% -
HSV(B) 319.13º 0.41% 0.67% -
XYZ 26.58 19.99 30.47 -
YUV 126.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 170 101 148 0 0.41 0.13 0.33 319.13 0.29 0.53
Hex AA 65 94 0 29 D 21 13F 1D 35
Octal 252 145 224 0 51 15 41 477 35 65
Binary 10101010 1100101 10010100 0 101001 1101 100001 100111111 11101 110101

Color Harmonies of #AA6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6594

Black with #AA6594

Text Example


Text Example

White with #AA6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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