Html Css Color HEX #AB6992 Mountbatten Pink

📋 copy color: '#AB6992'

red 171 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #AB6992

Tints of Mountbatten Pink #AB6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 40.52%
G = 24.88%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6992 (or 0xAB6992) is known color: Mountbatten Pink. HEX triplet: AB, 69 and 92. RGB value is (171,105,146). Sum of RGB (Red+Green+Blue) = 171+105+146=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6992 is #54966D. Grayscale: #818181. Windows color (decimal): -5543534 or 9595307. OLE color: 9595307.

HSL color Cylindrical-coordinate representation of color #AB6992: hue angle of 322.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6992 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 146 -
CMYK 0 0.39 0.15 0.33
HSL 322.73º 0.28% 0.54% -
HSV(B) 322.73º 0.39% 0.67% -
XYZ 27.03 20.84 29.79 -
YUV 129.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 171 105 146 0 0.39 0.15 0.33 322.73 0.28 0.54
Hex AB 69 92 0 27 F 21 143 1C 36
Octal 253 151 222 0 47 17 41 503 34 66
Binary 10101011 1101001 10010010 0 100111 1111 100001 101000011 11100 110110

Color Harmonies of #AB6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6992

Black with #AB6992

Text Example


Text Example

White with #AB6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6992; }

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

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

background-color css

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

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

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

border-color css

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

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

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