Html Css Color HEX #AB688F Mountbatten Pink

📋 copy color: '#AB688F'

red 171 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #AB688F

Tints of Mountbatten Pink #AB688F

RGB

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

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

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

R = 40.91%
G = 24.88%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB688F (or 0xAB688F) is known color: Mountbatten Pink. HEX triplet: AB, 68 and 8F. RGB value is (171,104,143). Sum of RGB (Red+Green+Blue) = 171+104+143=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688F is #549770. Grayscale: #808080. Windows color (decimal): -5543793 or 9398443. OLE color: 9398443.

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

Color convert

RGB 171 104 143 -
CMYK 0 0.39 0.16 0.33
HSL 325.07º 0.29% 0.54% -
HSV(B) 325.07º 0.39% 0.67% -
XYZ 26.7 20.54 28.54 -
YUV 128.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 171 104 143 0 0.39 0.16 0.33 325.07 0.29 0.54
Hex AB 68 8F 0 27 10 21 145 1D 36
Octal 253 150 217 0 47 20 41 505 35 66
Binary 10101011 1101000 10001111 0 100111 10000 100001 101000101 11101 110110

Color Harmonies of #AB688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB688F

Black with #AB688F

Text Example


Text Example

White with #AB688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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