Html Css Color HEX #A76B8D Mountbatten Pink

📋 copy color: '#A76B8D'

red 167 ◦ green 107 ◦ blue 141

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

Shades of Mountbatten Pink #A76B8D

Tints of Mountbatten Pink #A76B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 40.24%
G = 25.78%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A76B8D (or 0xA76B8D) is known color: Mountbatten Pink. HEX triplet: A7, 6B and 8D. RGB value is (167,107,141). Sum of RGB (Red+Green+Blue) = 167+107+141=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B8D is #589472. Grayscale: #808080. Windows color (decimal): -5805171 or 9268135. OLE color: 9268135.

HSL color Cylindrical-coordinate representation of color #A76B8D: hue angle of 326º 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 #A76B8D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 141 -
CMYK 0 0.36 0.16 0.35
HSL 326º 0.25% 0.54% -
HSV(B) 326º 0.36% 0.65% -
XYZ 26 20.65 27.82 -
YUV 128.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 167 107 141 0 0.36 0.16 0.35 326 0.25 0.54
Hex A7 6B 8D 0 24 10 23 146 19 36
Octal 247 153 215 0 44 20 43 506 31 66
Binary 10100111 1101011 10001101 0 100100 10000 100011 101000110 11001 110110

Color Harmonies of #A76B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B8D

Black with #A76B8D

Text Example


Text Example

White with #A76B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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