Html Css Color HEX #AB6490 Mountbatten Pink

📋 copy color: '#AB6490'

red 171 ◦ green 100 ◦ blue 144

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

Shades of Mountbatten Pink #AB6490

Tints of Mountbatten Pink #AB6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

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

R = 41.2%
G = 24.1%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6490 (or 0xAB6490) is known color: Mountbatten Pink. HEX triplet: AB, 64 and 90. RGB value is (171,100,144). Sum of RGB (Red+Green+Blue) = 171+100+144=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6490 is #549B6F. Grayscale: #7E7E7E. Windows color (decimal): -5544816 or 9462955. OLE color: 9462955.

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

Color convert

RGB 171 100 144 -
CMYK 0 0.42 0.16 0.33
HSL 322.82º 0.3% 0.53% -
HSV(B) 322.82º 0.42% 0.67% -
XYZ 26.39 19.79 28.81 -
YUV 126.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 171 100 144 0 0.42 0.16 0.33 322.82 0.3 0.53
Hex AB 64 90 0 2A 10 21 143 1E 35
Octal 253 144 220 0 52 20 41 503 36 65
Binary 10101011 1100100 10010000 0 101010 10000 100001 101000011 11110 110101

Color Harmonies of #AB6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6490

Black with #AB6490

Text Example


Text Example

White with #AB6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6490; }

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

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

background-color css

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

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

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

border-color css

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

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

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