Html Css Color HEX #AB6A8F Mountbatten Pink

📋 copy color: '#AB6A8F'

red 171 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #AB6A8F

Tints of Mountbatten Pink #AB6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.24%

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

R = 40.71%
G = 25.24%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6A8F (or 0xAB6A8F) is known color: Mountbatten Pink. HEX triplet: AB, 6A and 8F. RGB value is (171,106,143). Sum of RGB (Red+Green+Blue) = 171+106+143=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A8F is #549570. Grayscale: #818181. Windows color (decimal): -5543281 or 9398955. OLE color: 9398955.

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

Color convert

RGB 171 106 143 -
CMYK 0 0.38 0.16 0.33
HSL 325.85º 0.28% 0.54% -
HSV(B) 325.85º 0.38% 0.67% -
XYZ 26.91 20.95 28.61 -
YUV 129.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 171 106 143 0 0.38 0.16 0.33 325.85 0.28 0.54
Hex AB 6A 8F 0 26 10 21 146 1C 36
Octal 253 152 217 0 46 20 41 506 34 66
Binary 10101011 1101010 10001111 0 100110 10000 100001 101000110 11100 110110

Color Harmonies of #AB6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A8F

Black with #AB6A8F

Text Example


Text Example

White with #AB6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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