Html Css Color HEX #AB6692 Mountbatten Pink

📋 copy color: '#AB6692'

red 171 ◦ green 102 ◦ blue 146

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

Shades of Mountbatten Pink #AB6692

Tints of Mountbatten Pink #AB6692

RGB

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

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

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

R = 40.81%
G = 24.34%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB6692 (or 0xAB6692) is known color: Mountbatten Pink. HEX triplet: AB, 66 and 92. RGB value is (171,102,146). Sum of RGB (Red+Green+Blue) = 171+102+146=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6692 is #54996D. Grayscale: #7F7F7F. Windows color (decimal): -5544302 or 9594539. OLE color: 9594539.

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

Color convert

RGB 171 102 146 -
CMYK 0 0.40 0.15 0.33
HSL 321.74º 0.29% 0.54% -
HSV(B) 321.74º 0.4% 0.67% -
XYZ 26.73 20.24 29.69 -
YUV 127.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 171 102 146 0 0.40 0.15 0.33 321.74 0.29 0.54
Hex AB 66 92 0 28 F 21 142 1D 36
Octal 253 146 222 0 50 17 41 502 35 66
Binary 10101011 1100110 10010010 0 101000 1111 100001 101000010 11101 110110

Color Harmonies of #AB6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6692

Black with #AB6692

Text Example


Text Example

White with #AB6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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