Html Css Color HEX #A07A93 Mountbatten Pink

📋 copy color: '#A07A93'

red 160 ◦ green 122 ◦ blue 147

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

Shades of Mountbatten Pink #A07A93

Tints of Mountbatten Pink #A07A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

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

R = 37.3%
G = 28.44%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A07A93 (or 0xA07A93) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 93. RGB value is (160,122,147). Sum of RGB (Red+Green+Blue) = 160+122+147=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A93 is #5F856C. Grayscale: #888888. Windows color (decimal): -6260077 or 9665184. OLE color: 9665184.

HSL color Cylindrical-coordinate representation of color #A07A93: hue angle of 320.53º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A93 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 122 147 -
CMYK 0 0.24 0.08 0.37
HSL 320.53º 0.17% 0.55% -
HSV(B) 320.53º 0.24% 0.63% -
XYZ 26.72 23.5 30.73 -
YUV 136.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 160 122 147 0 0.24 0.08 0.37 320.53 0.17 0.55
Hex A0 7A 93 0 18 8 25 141 11 37
Octal 240 172 223 0 30 10 45 501 21 67
Binary 10100000 1111010 10010011 0 11000 1000 100101 101000001 10001 110111

Color Harmonies of #A07A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A93

Black with #A07A93

Text Example


Text Example

White with #A07A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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