Html Css Color HEX #A07291 Mountbatten Pink

📋 copy color: '#A07291'

red 160 ◦ green 114 ◦ blue 145

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

Shades of Mountbatten Pink #A07291

Tints of Mountbatten Pink #A07291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 38.19%
G = 27.21%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07291 (or 0xA07291) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 91. RGB value is (160,114,145). Sum of RGB (Red+Green+Blue) = 160+114+145=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A07291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07291 is #5F8D6E. Grayscale: #838383. Windows color (decimal): -6262127 or 9532064. OLE color: 9532064.

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

Color convert

RGB 160 114 145 -
CMYK 0 0.29 0.09 0.37
HSL 319.57º 0.19% 0.54% -
HSV(B) 319.57º 0.29% 0.63% -
XYZ 25.63 21.55 29.6 -
YUV 131.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 160 114 145 0 0.29 0.09 0.37 319.57 0.19 0.54
Hex A0 72 91 0 1D 9 25 140 13 36
Octal 240 162 221 0 35 11 45 500 23 66
Binary 10100000 1110010 10010001 0 11101 1001 100101 101000000 10011 110110

Color Harmonies of #A07291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07291

Black with #A07291

Text Example


Text Example

White with #A07291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07291; }

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

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

background-color css

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

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

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

border-color css

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

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

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