Html Css Color HEX #AB6592 Mountbatten Pink

📋 copy color: '#AB6592'

red 171 ◦ green 101 ◦ blue 146

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

Shades of Mountbatten Pink #AB6592

Tints of Mountbatten Pink #AB6592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 40.91%
G = 24.16%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6592 (or 0xAB6592) is known color: Mountbatten Pink. HEX triplet: AB, 65 and 92. RGB value is (171,101,146). Sum of RGB (Red+Green+Blue) = 171+101+146=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6592 is #549A6D. Grayscale: #7E7E7E. Windows color (decimal): -5544558 or 9594283. OLE color: 9594283.

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

Color convert

RGB 171 101 146 -
CMYK 0 0.41 0.15 0.33
HSL 321.43º 0.29% 0.53% -
HSV(B) 321.43º 0.41% 0.67% -
XYZ 26.64 20.04 29.66 -
YUV 127.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 171 101 146 0 0.41 0.15 0.33 321.43 0.29 0.53
Hex AB 65 92 0 29 F 21 141 1D 35
Octal 253 145 222 0 51 17 41 501 35 65
Binary 10101011 1100101 10010010 0 101001 1111 100001 101000001 11101 110101

Color Harmonies of #AB6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6592

Black with #AB6592

Text Example


Text Example

White with #AB6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6592; }

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

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

background-color css

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

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

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

border-color css

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

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

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