Html Css Color HEX #A76393 Mountbatten Pink

📋 copy color: '#A76393'

red 167 ◦ green 99 ◦ blue 147

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

Shades of Mountbatten Pink #A76393

Tints of Mountbatten Pink #A76393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 40.44%
G = 23.97%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A76393 (or 0xA76393) is known color: Mountbatten Pink. HEX triplet: A7, 63 and 93. RGB value is (167,99,147). Sum of RGB (Red+Green+Blue) = 167+99+147=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76393 is #589C6C. Grayscale: #7C7C7C. Windows color (decimal): -5807213 or 9659303. OLE color: 9659303.

HSL color Cylindrical-coordinate representation of color #A76393: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76393 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 147 -
CMYK 0 0.41 0.12 0.35
HSL 317.65º 0.28% 0.52% -
HSV(B) 317.65º 0.41% 0.65% -
XYZ 25.66 19.25 29.97 -
YUV 124.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 167 99 147 0 0.41 0.12 0.35 317.65 0.28 0.52
Hex A7 63 93 0 29 C 23 13E 1C 34
Octal 247 143 223 0 51 14 43 476 34 64
Binary 10100111 1100011 10010011 0 101001 1100 100011 100111110 11100 110100

Color Harmonies of #A76393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76393

Black with #A76393

Text Example


Text Example

White with #A76393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76393; }

 p { color: rgb(167,99,147); }

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

background-color css

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

 a { background-color: rgb(167,99,147); }

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

border-color css

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

 span { border-color: rgb(167,99,147); }

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