Html Css Color HEX #AB6393 Mountbatten Pink

📋 copy color: '#AB6393'

red 171 ◦ green 99 ◦ blue 147

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

Shades of Mountbatten Pink #AB6393

Tints of Mountbatten Pink #AB6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 41.01%
G = 23.74%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB6393 (or 0xAB6393) is known color: Mountbatten Pink. HEX triplet: AB, 63 and 93. RGB value is (171,99,147). Sum of RGB (Red+Green+Blue) = 171+99+147=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6393 is #549C6C. Grayscale: #7D7D7D. Windows color (decimal): -5545069 or 9659307. OLE color: 9659307.

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

Color convert

RGB 171 99 147 -
CMYK 0 0.42 0.14 0.33
HSL 320º 0.3% 0.53% -
HSV(B) 320º 0.42% 0.67% -
XYZ 26.52 19.69 30.01 -
YUV 126 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 171 99 147 0 0.42 0.14 0.33 320 0.3 0.53
Hex AB 63 93 0 2A E 21 140 1E 35
Octal 253 143 223 0 52 16 41 500 36 65
Binary 10101011 1100011 10010011 0 101010 1110 100001 101000000 11110 110101

Color Harmonies of #AB6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6393

Black with #AB6393

Text Example


Text Example

White with #AB6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6393; }

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

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

background-color css

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

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

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

border-color css

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

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

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