Html Css Color HEX #AB6890 Mountbatten Pink

📋 copy color: '#AB6890'

red 171 ◦ green 104 ◦ blue 144

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

Shades of Mountbatten Pink #AB6890

Tints of Mountbatten Pink #AB6890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 40.81%
G = 24.82%
B = 34.37%

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

#AB6890 (or 0xAB6890) is known color: Mountbatten Pink. HEX triplet: AB, 68 and 90. RGB value is (171,104,144). Sum of RGB (Red+Green+Blue) = 171+104+144=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6890 is #54976F. Grayscale: #808080. Windows color (decimal): -5543792 or 9463979. OLE color: 9463979.

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

Color convert

RGB 171 104 144 -
CMYK 0 0.39 0.16 0.33
HSL 324.18º 0.29% 0.54% -
HSV(B) 324.18º 0.39% 0.67% -
XYZ 26.78 20.57 28.94 -
YUV 128.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 171 104 144 0 0.39 0.16 0.33 324.18 0.29 0.54
Hex AB 68 90 0 27 10 21 144 1D 36
Octal 253 150 220 0 47 20 41 504 35 66
Binary 10101011 1101000 10010000 0 100111 10000 100001 101000100 11101 110110

Color Harmonies of #AB6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6890

Black with #AB6890

Text Example


Text Example

White with #AB6890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6890; }

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

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

background-color css

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

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

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

border-color css

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

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

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