Html Css Color HEX #AB6293 Mountbatten Pink

📋 copy color: '#AB6293'

red 171 ◦ green 98 ◦ blue 147

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

Shades of Mountbatten Pink #AB6293

Tints of Mountbatten Pink #AB6293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.56%

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

R = 41.11%
G = 23.56%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB6293 (or 0xAB6293) is known color: Mountbatten Pink. HEX triplet: AB, 62 and 93. RGB value is (171,98,147). Sum of RGB (Red+Green+Blue) = 171+98+147=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6293 is #549D6C. Grayscale: #7D7D7D. Windows color (decimal): -5545325 or 9659051. OLE color: 9659051.

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

Color convert

RGB 171 98 147 -
CMYK 0 0.43 0.14 0.33
HSL 319.73º 0.3% 0.53% -
HSV(B) 319.73º 0.43% 0.67% -
XYZ 26.43 19.5 29.97 -
YUV 125.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 171 98 147 0 0.43 0.14 0.33 319.73 0.3 0.53
Hex AB 62 93 0 2B E 21 140 1E 35
Octal 253 142 223 0 53 16 41 500 36 65
Binary 10101011 1100010 10010011 0 101011 1110 100001 101000000 11110 110101

Color Harmonies of #AB6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6293

Black with #AB6293

Text Example


Text Example

White with #AB6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6293; }

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

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

background-color css

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

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

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

border-color css

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

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

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