Html Css Color HEX #AB6693 Mountbatten Pink

📋 copy color: '#AB6693'

red 171 ◦ green 102 ◦ blue 147

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

Shades of Mountbatten Pink #AB6693

Tints of Mountbatten Pink #AB6693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 40.71%
G = 24.29%
B = 35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB6693 (or 0xAB6693) is known color: Mountbatten Pink. HEX triplet: AB, 66 and 93. RGB value is (171,102,147). Sum of RGB (Red+Green+Blue) = 171+102+147=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6693 is #54996C. Grayscale: #7F7F7F. Windows color (decimal): -5544301 or 9660075. OLE color: 9660075.

HSL color Cylindrical-coordinate representation of color #AB6693: hue angle of 320.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6693 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 147 -
CMYK 0 0.40 0.14 0.33
HSL 320.87º 0.29% 0.54% -
HSV(B) 320.87º 0.4% 0.67% -
XYZ 26.81 20.27 30.1 -
YUV 127.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 171 102 147 0 0.40 0.14 0.33 320.87 0.29 0.54
Hex AB 66 93 0 28 E 21 141 1D 36
Octal 253 146 223 0 50 16 41 501 35 66
Binary 10101011 1100110 10010011 0 101000 1110 100001 101000001 11101 110110

Color Harmonies of #AB6693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6693

Black with #AB6693

Text Example


Text Example

White with #AB6693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6693; }

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

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

background-color css

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

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

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

border-color css

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

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

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