Html Css Color HEX #A76691 Mountbatten Pink

📋 copy color: '#A76691'

red 167 ◦ green 102 ◦ blue 145

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

Shades of Mountbatten Pink #A76691

Tints of Mountbatten Pink #A76691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 40.34%
G = 24.64%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76691 (or 0xA76691) is known color: Mountbatten Pink. HEX triplet: A7, 66 and 91. RGB value is (167,102,145). Sum of RGB (Red+Green+Blue) = 167+102+145=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76691 is #58996E. Grayscale: #7E7E7E. Windows color (decimal): -5806447 or 9528999. OLE color: 9528999.

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

Color convert

RGB 167 102 145 -
CMYK 0 0.39 0.13 0.35
HSL 320.31º 0.27% 0.53% -
HSV(B) 320.31º 0.39% 0.65% -
XYZ 25.8 19.76 29.24 -
YUV 126.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 167 102 145 0 0.39 0.13 0.35 320.31 0.27 0.53
Hex A7 66 91 0 27 D 23 140 1B 35
Octal 247 146 221 0 47 15 43 500 33 65
Binary 10100111 1100110 10010001 0 100111 1101 100011 101000000 11011 110101

Color Harmonies of #A76691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76691

Black with #A76691

Text Example


Text Example

White with #A76691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76691; }

 p { color: rgb(167,102,145); }

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

background-color css

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

 a { background-color: rgb(167,102,145); }

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

border-color css

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

 span { border-color: rgb(167,102,145); }

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