Html Css Color HEX #AA6495 Mountbatten Pink

📋 copy color: '#AA6495'

red 170 ◦ green 100 ◦ blue 149

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

Shades of Mountbatten Pink #AA6495

Tints of Mountbatten Pink #AA6495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 40.57%
G = 23.87%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA6495 (or 0xAA6495) is known color: Mountbatten Pink. HEX triplet: AA, 64 and 95. RGB value is (170,100,149). Sum of RGB (Red+Green+Blue) = 170+100+149=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6495 is #559B6A. Grayscale: #7E7E7E. Windows color (decimal): -5610347 or 9790634. OLE color: 9790634.

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

Color convert

RGB 170 100 149 -
CMYK 0 0.41 0.12 0.33
HSL 318º 0.29% 0.53% -
HSV(B) 318º 0.41% 0.67% -
XYZ 26.56 19.83 30.86 -
YUV 126.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 170 100 149 0 0.41 0.12 0.33 318 0.29 0.53
Hex AA 64 95 0 29 C 21 13E 1D 35
Octal 252 144 225 0 51 14 41 476 35 65
Binary 10101010 1100100 10010101 0 101001 1100 100001 100111110 11101 110101

Color Harmonies of #AA6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6495

Black with #AA6495

Text Example


Text Example

White with #AA6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6495; }

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

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

background-color css

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

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

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

border-color css

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

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

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