Html Css Color HEX #AA6293 Mountbatten Pink

📋 copy color: '#AA6293'

red 170 ◦ green 98 ◦ blue 147

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

Shades of Mountbatten Pink #AA6293

Tints of Mountbatten Pink #AA6293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 40.96%
G = 23.61%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA6293 (or 0xAA6293) is known color: Mountbatten Pink. HEX triplet: AA, 62 and 93. RGB value is (170,98,147). Sum of RGB (Red+Green+Blue) = 170+98+147=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6293 is #559D6C. Grayscale: #7C7C7C. Windows color (decimal): -5610861 or 9659050. OLE color: 9659050.

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

Color convert

RGB 170 98 147 -
CMYK 0 0.42 0.14 0.33
HSL 319.17º 0.3% 0.53% -
HSV(B) 319.17º 0.42% 0.67% -
XYZ 26.21 19.39 29.96 -
YUV 125.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 170 98 147 0 0.42 0.14 0.33 319.17 0.3 0.53
Hex AA 62 93 0 2A E 21 13F 1E 35
Octal 252 142 223 0 52 16 41 477 36 65
Binary 10101010 1100010 10010011 0 101010 1110 100001 100111111 11110 110101

Color Harmonies of #AA6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6293

Black with #AA6293

Text Example


Text Example

White with #AA6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6293; }

 p { color: rgb(170,98,147); }

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

background-color css

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

 a { background-color: rgb(170,98,147); }

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

border-color css

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

 span { border-color: rgb(170,98,147); }

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