Html Css Color HEX #A76B94 Mountbatten Pink

📋 copy color: '#A76B94'

red 167 ◦ green 107 ◦ blue 148

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

Shades of Mountbatten Pink #A76B94

Tints of Mountbatten Pink #A76B94

RGB

 RED value IS 167 (65.63% from 255) = 39.57%

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 39.57%
G = 25.36%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A76B94 (or 0xA76B94) is known color: Mountbatten Pink. HEX triplet: A7, 6B and 94. RGB value is (167,107,148). Sum of RGB (Red+Green+Blue) = 167+107+148=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B94 is #58946B. Grayscale: #818181. Windows color (decimal): -5805164 or 9726887. OLE color: 9726887.

HSL color Cylindrical-coordinate representation of color #A76B94: hue angle of 319º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B94 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 148 -
CMYK 0 0.36 0.11 0.35
HSL 319º 0.25% 0.54% -
HSV(B) 319º 0.36% 0.65% -
XYZ 26.54 20.87 30.65 -
YUV 129.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 167 107 148 0 0.36 0.11 0.35 319 0.25 0.54
Hex A7 6B 94 0 24 B 23 13F 19 36
Octal 247 153 224 0 44 13 43 477 31 66
Binary 10100111 1101011 10010100 0 100100 1011 100011 100111111 11001 110110

Color Harmonies of #A76B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B94

Black with #A76B94

Text Example


Text Example

White with #A76B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B94; }

 p { color: rgb(167,107,148); }

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

background-color css

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

 a { background-color: rgb(167,107,148); }

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

border-color css

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

 span { border-color: rgb(167,107,148); }

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