Html Css Color HEX #A07591 Mountbatten Pink

📋 copy color: '#A07591'

red 160 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #A07591

Tints of Mountbatten Pink #A07591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 37.91%
G = 27.73%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07591 (or 0xA07591) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 91. RGB value is (160,117,145). Sum of RGB (Red+Green+Blue) = 160+117+145=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07591 is #5F8A6E. Grayscale: #848484. Windows color (decimal): -6261359 or 9532832. OLE color: 9532832.

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

Color convert

RGB 160 117 145 -
CMYK 0 0.27 0.09 0.37
HSL 320.93º 0.18% 0.54% -
HSV(B) 320.93º 0.27% 0.63% -
XYZ 25.97 22.24 29.71 -
YUV 133.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 160 117 145 0 0.27 0.09 0.37 320.93 0.18 0.54
Hex A0 75 91 0 1B 9 25 141 12 36
Octal 240 165 221 0 33 11 45 501 22 66
Binary 10100000 1110101 10010001 0 11011 1001 100101 101000001 10010 110110

Color Harmonies of #A07591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07591

Black with #A07591

Text Example


Text Example

White with #A07591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07591; }

 p { color: rgb(160,117,145); }

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

background-color css

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

 a { background-color: rgb(160,117,145); }

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

border-color css

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

 span { border-color: rgb(160,117,145); }

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