Html Css Color HEX #AB6E8F Mountbatten Pink

📋 copy color: '#AB6E8F'

red 171 ◦ green 110 ◦ blue 143

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

Shades of Mountbatten Pink #AB6E8F

Tints of Mountbatten Pink #AB6E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 40.33%
G = 25.94%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6E8F (or 0xAB6E8F) is known color: Mountbatten Pink. HEX triplet: AB, 6E and 8F. RGB value is (171,110,143). Sum of RGB (Red+Green+Blue) = 171+110+143=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6E8F is #549170. Grayscale: #838383. Windows color (decimal): -5542257 or 9399979. OLE color: 9399979.

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

Color convert

RGB 171 110 143 -
CMYK 0 0.36 0.16 0.33
HSL 327.54º 0.27% 0.55% -
HSV(B) 327.54º 0.36% 0.67% -
XYZ 27.33 21.79 28.75 -
YUV 132 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 171 110 143 0 0.36 0.16 0.33 327.54 0.27 0.55
Hex AB 6E 8F 0 24 10 21 148 1B 37
Octal 253 156 217 0 44 20 41 510 33 67
Binary 10101011 1101110 10001111 0 100100 10000 100001 101001000 11011 110111

Color Harmonies of #AB6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E8F

Black with #AB6E8F

Text Example


Text Example

White with #AB6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E8F; }

 p { color: rgb(171,110,143); }

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

background-color css

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

 a { background-color: rgb(171,110,143); }

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

border-color css

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

 span { border-color: rgb(171,110,143); }

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