Html Css Color HEX #AB6593 Mountbatten Pink

📋 copy color: '#AB6593'

red 171 ◦ green 101 ◦ blue 147

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

Shades of Mountbatten Pink #AB6593

Tints of Mountbatten Pink #AB6593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 40.81%
G = 24.11%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB6593 (or 0xAB6593) is known color: Mountbatten Pink. HEX triplet: AB, 65 and 93. RGB value is (171,101,147). Sum of RGB (Red+Green+Blue) = 171+101+147=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6593 is #549A6C. Grayscale: #7F7F7F. Windows color (decimal): -5544557 or 9659819. OLE color: 9659819.

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

Color convert

RGB 171 101 147 -
CMYK 0 0.41 0.14 0.33
HSL 320.57º 0.29% 0.53% -
HSV(B) 320.57º 0.41% 0.67% -
XYZ 26.71 20.07 30.07 -
YUV 127.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 171 101 147 0 0.41 0.14 0.33 320.57 0.29 0.53
Hex AB 65 93 0 29 E 21 141 1D 35
Octal 253 145 223 0 51 16 41 501 35 65
Binary 10101011 1100101 10010011 0 101001 1110 100001 101000001 11101 110101

Color Harmonies of #AB6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6593

Black with #AB6593

Text Example


Text Example

White with #AB6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6593; }

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

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

background-color css

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

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

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

border-color css

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

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

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