Html Css Color HEX #AB6891 Mountbatten Pink

📋 copy color: '#AB6891'

red 171 ◦ green 104 ◦ blue 145

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

Shades of Mountbatten Pink #AB6891

Tints of Mountbatten Pink #AB6891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 40.71%
G = 24.76%
B = 34.52%

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

#AB6891 (or 0xAB6891) is known color: Mountbatten Pink. HEX triplet: AB, 68 and 91. RGB value is (171,104,145). Sum of RGB (Red+Green+Blue) = 171+104+145=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6891 is #54976E. Grayscale: #808080. Windows color (decimal): -5543791 or 9529515. OLE color: 9529515.

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

Color convert

RGB 171 104 145 -
CMYK 0 0.39 0.15 0.33
HSL 323.28º 0.29% 0.54% -
HSV(B) 323.28º 0.39% 0.67% -
XYZ 26.86 20.6 29.35 -
YUV 128.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 171 104 145 0 0.39 0.15 0.33 323.28 0.29 0.54
Hex AB 68 91 0 27 F 21 143 1D 36
Octal 253 150 221 0 47 17 41 503 35 66
Binary 10101011 1101000 10010001 0 100111 1111 100001 101000011 11101 110110

Color Harmonies of #AB6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6891

Black with #AB6891

Text Example


Text Example

White with #AB6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6891; }

 p { color: rgb(171,104,145); }

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

background-color css

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

 a { background-color: rgb(171,104,145); }

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

border-color css

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

 span { border-color: rgb(171,104,145); }

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