Html Css Color HEX #A07397 Mountbatten Pink

📋 copy color: '#A07397'

red 160 ◦ green 115 ◦ blue 151

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

Shades of Mountbatten Pink #A07397

Tints of Mountbatten Pink #A07397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27%

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 37.56%
G = 27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A07397 (or 0xA07397) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 97. RGB value is (160,115,151). Sum of RGB (Red+Green+Blue) = 160+115+151=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07397 is #5F8C68. Grayscale: #848484. Windows color (decimal): -6261865 or 9925536. OLE color: 9925536.

HSL color Cylindrical-coordinate representation of color #A07397: hue angle of 312º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07397 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 151 -
CMYK 0 0.28 0.06 0.37
HSL 312º 0.19% 0.54% -
HSV(B) 312º 0.28% 0.63% -
XYZ 26.21 21.97 32.14 -
YUV 132.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 160 115 151 0 0.28 0.06 0.37 312 0.19 0.54
Hex A0 73 97 0 1C 6 25 138 13 36
Octal 240 163 227 0 34 6 45 470 23 66
Binary 10100000 1110011 10010111 0 11100 110 100101 100111000 10011 110110

Color Harmonies of #A07397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07397

Black with #A07397

Text Example


Text Example

White with #A07397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07397; }

 p { color: rgb(160,115,151); }

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

background-color css

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

 a { background-color: rgb(160,115,151); }

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

border-color css

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

 span { border-color: rgb(160,115,151); }

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