Html Css Color HEX #A07C93 Mountbatten Pink

📋 copy color: '#A07C93'

red 160 ◦ green 124 ◦ blue 147

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

Shades of Mountbatten Pink #A07C93

Tints of Mountbatten Pink #A07C93

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

 GREEN value IS 124 (48.83% from 255) = 28.77%

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

R = 37.12%
G = 28.77%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A07C93 (or 0xA07C93) is known color: Mountbatten Pink. HEX triplet: A0, 7C and 93. RGB value is (160,124,147). Sum of RGB (Red+Green+Blue) = 160+124+147=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C93 is #5F836C. Grayscale: #898989. Windows color (decimal): -6259565 or 9665696. OLE color: 9665696.

HSL color Cylindrical-coordinate representation of color #A07C93: hue angle of 321.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07C93 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 147 -
CMYK 0 0.22 0.08 0.37
HSL 321.67º 0.16% 0.56% -
HSV(B) 321.67º 0.23% 0.63% -
XYZ 26.97 24 30.81 -
YUV 137.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 160 124 147 0 0.22 0.08 0.37 321.67 0.16 0.56
Hex A0 7C 93 0 16 8 25 142 10 38
Octal 240 174 223 0 26 10 45 502 20 70
Binary 10100000 1111100 10010011 0 10110 1000 100101 101000010 10000 111000

Color Harmonies of #A07C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C93

Black with #A07C93

Text Example


Text Example

White with #A07C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C93; }

 p { color: rgb(160,124,147); }

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

background-color css

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

 a { background-color: rgb(160,124,147); }

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

border-color css

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

 span { border-color: rgb(160,124,147); }

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