Html Css Color HEX #A76995 Mountbatten Pink

📋 copy color: '#A76995'

red 167 ◦ green 105 ◦ blue 149

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

Shades of Mountbatten Pink #A76995

Tints of Mountbatten Pink #A76995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 39.67%
G = 24.94%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A76995 (or 0xA76995) is known color: Mountbatten Pink. HEX triplet: A7, 69 and 95. RGB value is (167,105,149). Sum of RGB (Red+Green+Blue) = 167+105+149=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76995 is #58966A. Grayscale: #808080. Windows color (decimal): -5805675 or 9791911. OLE color: 9791911.

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

Color convert

RGB 167 105 149 -
CMYK 0 0.37 0.11 0.35
HSL 317.42º 0.26% 0.53% -
HSV(B) 317.42º 0.37% 0.65% -
XYZ 26.41 20.49 31 -
YUV 128.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 167 105 149 0 0.37 0.11 0.35 317.42 0.26 0.53
Hex A7 69 95 0 25 B 23 13D 1A 35
Octal 247 151 225 0 45 13 43 475 32 65
Binary 10100111 1101001 10010101 0 100101 1011 100011 100111101 11010 110101

Color Harmonies of #A76995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76995

Black with #A76995

Text Example


Text Example

White with #A76995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76995; }

 p { color: rgb(167,105,149); }

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

background-color css

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

 a { background-color: rgb(167,105,149); }

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

border-color css

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

 span { border-color: rgb(167,105,149); }

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