Html Css Color HEX #AB6392 Mountbatten Pink

📋 copy color: '#AB6392'

red 171 ◦ green 99 ◦ blue 146

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

Shades of Mountbatten Pink #AB6392

Tints of Mountbatten Pink #AB6392

RGB

 RED value IS 171 (67.19% from 255) = 41.11%

 GREEN value IS 99 (39.06% from 255) = 23.8%

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

R = 41.11%
G = 23.8%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6392 (or 0xAB6392) is known color: Mountbatten Pink. HEX triplet: AB, 63 and 92. RGB value is (171,99,146). Sum of RGB (Red+Green+Blue) = 171+99+146=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6392 is #549C6D. Grayscale: #7D7D7D. Windows color (decimal): -5545070 or 9593771. OLE color: 9593771.

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

Color convert

RGB 171 99 146 -
CMYK 0 0.42 0.15 0.33
HSL 320.83º 0.3% 0.53% -
HSV(B) 320.83º 0.42% 0.67% -
XYZ 26.44 19.66 29.59 -
YUV 125.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 171 99 146 0 0.42 0.15 0.33 320.83 0.3 0.53
Hex AB 63 92 0 2A F 21 141 1E 35
Octal 253 143 222 0 52 17 41 501 36 65
Binary 10101011 1100011 10010010 0 101010 1111 100001 101000001 11110 110101

Color Harmonies of #AB6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6392

Black with #AB6392

Text Example


Text Example

White with #AB6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6392; }

 p { color: rgb(171,99,146); }

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

background-color css

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

 a { background-color: rgb(171,99,146); }

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

border-color css

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

 span { border-color: rgb(171,99,146); }

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