Html Css Color HEX #AB6B91 Mountbatten Pink

📋 copy color: '#AB6B91'

red 171 ◦ green 107 ◦ blue 145

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

Shades of Mountbatten Pink #AB6B91

Tints of Mountbatten Pink #AB6B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 40.43%
G = 25.3%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6B91 (or 0xAB6B91) is known color: Mountbatten Pink. HEX triplet: AB, 6B and 91. RGB value is (171,107,145). Sum of RGB (Red+Green+Blue) = 171+107+145=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B91 is #54946E. Grayscale: #828282. Windows color (decimal): -5543023 or 9530283. OLE color: 9530283.

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

Color convert

RGB 171 107 145 -
CMYK 0 0.37 0.15 0.33
HSL 324.38º 0.28% 0.55% -
HSV(B) 324.38º 0.37% 0.67% -
XYZ 27.16 21.22 29.45 -
YUV 130.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 171 107 145 0 0.37 0.15 0.33 324.38 0.28 0.55
Hex AB 6B 91 0 25 F 21 144 1C 37
Octal 253 153 221 0 45 17 41 504 34 67
Binary 10101011 1101011 10010001 0 100101 1111 100001 101000100 11100 110111

Color Harmonies of #AB6B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B91

Black with #AB6B91

Text Example


Text Example

White with #AB6B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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