Html Css Color HEX #AB6B8F Mountbatten Pink

📋 copy color: '#AB6B8F'

red 171 ◦ green 107 ◦ blue 143

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

Shades of Mountbatten Pink #AB6B8F

Tints of Mountbatten Pink #AB6B8F

RGB

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

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

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

R = 40.62%
G = 25.42%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6B8F (or 0xAB6B8F) is known color: Mountbatten Pink. HEX triplet: AB, 6B and 8F. RGB value is (171,107,143). Sum of RGB (Red+Green+Blue) = 171+107+143=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B8F is #549470. Grayscale: #828282. Windows color (decimal): -5543025 or 9399211. OLE color: 9399211.

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

Color convert

RGB 171 107 143 -
CMYK 0 0.37 0.16 0.33
HSL 326.25º 0.28% 0.55% -
HSV(B) 326.25º 0.37% 0.67% -
XYZ 27.01 21.16 28.65 -
YUV 130.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 171 107 143 0 0.37 0.16 0.33 326.25 0.28 0.55
Hex AB 6B 8F 0 25 10 21 146 1C 37
Octal 253 153 217 0 45 20 41 506 34 67
Binary 10101011 1101011 10001111 0 100101 10000 100001 101000110 11100 110111

Color Harmonies of #AB6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B8F

Black with #AB6B8F

Text Example


Text Example

White with #AB6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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