Html Css Color HEX #A07393 Mountbatten Pink

📋 copy color: '#A07393'

red 160 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A07393

Tints of Mountbatten Pink #A07393

RGB

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

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

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

R = 37.91%
G = 27.25%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A07393 (or 0xA07393) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 93. RGB value is (160,115,147). Sum of RGB (Red+Green+Blue) = 160+115+147=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07393 is #5F8C6C. Grayscale: #848484. Windows color (decimal): -6261869 or 9663392. OLE color: 9663392.

HSL color Cylindrical-coordinate representation of color #A07393: hue angle of 317.33º 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 #A07393 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 147 -
CMYK 0 0.28 0.08 0.37
HSL 317.33º 0.19% 0.54% -
HSV(B) 317.33º 0.28% 0.63% -
XYZ 25.89 21.84 30.45 -
YUV 132.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 160 115 147 0 0.28 0.08 0.37 317.33 0.19 0.54
Hex A0 73 93 0 1C 8 25 13D 13 36
Octal 240 163 223 0 34 10 45 475 23 66
Binary 10100000 1110011 10010011 0 11100 1000 100101 100111101 10011 110110

Color Harmonies of #A07393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07393

Black with #A07393

Text Example


Text Example

White with #A07393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07393; }

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

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

background-color css

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

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

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

border-color css

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

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

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