Html Css Color HEX #AB6590 Mountbatten Pink

📋 copy color: '#AB6590'

red 171 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #AB6590

Tints of Mountbatten Pink #AB6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

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

R = 41.11%
G = 24.28%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB6590 (or 0xAB6590) is known color: Mountbatten Pink. HEX triplet: AB, 65 and 90. RGB value is (171,101,144). Sum of RGB (Red+Green+Blue) = 171+101+144=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6590 is #549A6F. Grayscale: #7E7E7E. Windows color (decimal): -5544560 or 9463211. OLE color: 9463211.

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

Color convert

RGB 171 101 144 -
CMYK 0 0.41 0.16 0.33
HSL 323.14º 0.29% 0.53% -
HSV(B) 323.14º 0.41% 0.67% -
XYZ 26.48 19.98 28.85 -
YUV 126.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 171 101 144 0 0.41 0.16 0.33 323.14 0.29 0.53
Hex AB 65 90 0 29 10 21 143 1D 35
Octal 253 145 220 0 51 20 41 503 35 65
Binary 10101011 1100101 10010000 0 101001 10000 100001 101000011 11101 110101

Color Harmonies of #AB6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6590

Black with #AB6590

Text Example


Text Example

White with #AB6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6590; }

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

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

background-color css

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

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

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

border-color css

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

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

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