Html Css Color HEX #A76990 Mountbatten Pink

📋 copy color: '#A76990'

red 167 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #A76990

Tints of Mountbatten Pink #A76990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 40.14%
G = 25.24%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A76990 (or 0xA76990) is known color: Mountbatten Pink. HEX triplet: A7, 69 and 90. RGB value is (167,105,144). Sum of RGB (Red+Green+Blue) = 167+105+144=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76990 is #58966F. Grayscale: #7F7F7F. Windows color (decimal): -5805680 or 9464231. OLE color: 9464231.

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

Color convert

RGB 167 105 144 -
CMYK 0 0.37 0.14 0.35
HSL 322.26º 0.26% 0.53% -
HSV(B) 322.26º 0.37% 0.65% -
XYZ 26.02 20.33 28.94 -
YUV 127.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 167 105 144 0 0.37 0.14 0.35 322.26 0.26 0.53
Hex A7 69 90 0 25 E 23 142 1A 35
Octal 247 151 220 0 45 16 43 502 32 65
Binary 10100111 1101001 10010000 0 100101 1110 100011 101000010 11010 110101

Color Harmonies of #A76990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76990

Black with #A76990

Text Example


Text Example

White with #A76990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76990; }

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

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

background-color css

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

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

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

border-color css

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

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

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