Html Css Color HEX #A07491 Mountbatten Pink

📋 copy color: '#A07491'

red 160 ◦ green 116 ◦ blue 145

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

Shades of Mountbatten Pink #A07491

Tints of Mountbatten Pink #A07491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

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

R = 38%
G = 27.55%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07491 (or 0xA07491) is known color: Mountbatten Pink. HEX triplet: A0, 74 and 91. RGB value is (160,116,145). Sum of RGB (Red+Green+Blue) = 160+116+145=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A07491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07491 is #5F8B6E. Grayscale: #848484. Windows color (decimal): -6261615 or 9532576. OLE color: 9532576.

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

Color convert

RGB 160 116 145 -
CMYK 0 0.28 0.09 0.37
HSL 320.45º 0.19% 0.54% -
HSV(B) 320.45º 0.28% 0.63% -
XYZ 25.85 22.01 29.67 -
YUV 132.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 160 116 145 0 0.28 0.09 0.37 320.45 0.19 0.54
Hex A0 74 91 0 1C 9 25 140 13 36
Octal 240 164 221 0 34 11 45 500 23 66
Binary 10100000 1110100 10010001 0 11100 1001 100101 101000000 10011 110110

Color Harmonies of #A07491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07491

Black with #A07491

Text Example


Text Example

White with #A07491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07491; }

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

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

background-color css

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

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

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

border-color css

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

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

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