Html Css Color HEX #A07587 Mountbatten Pink

📋 copy color: '#A07587'

red 160 ◦ green 117 ◦ blue 135

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

Shades of Mountbatten Pink #A07587

Tints of Mountbatten Pink #A07587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 38.83%
G = 28.4%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A07587 (or 0xA07587) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 87. RGB value is (160,117,135). Sum of RGB (Red+Green+Blue) = 160+117+135=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07587 is #5F8A78. Grayscale: #838383. Windows color (decimal): -6261369 or 8877472. OLE color: 8877472.

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

Color convert

RGB 160 117 135 -
CMYK 0 0.27 0.16 0.37
HSL 334.88º 0.18% 0.54% -
HSV(B) 334.88º 0.27% 0.63% -
XYZ 25.23 21.95 25.83 -
YUV 131.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 160 117 135 0 0.27 0.16 0.37 334.88 0.18 0.54
Hex A0 75 87 0 1B 10 25 14F 12 36
Octal 240 165 207 0 33 20 45 517 22 66
Binary 10100000 1110101 10000111 0 11011 10000 100101 101001111 10010 110110

Color Harmonies of #A07587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07587

Black with #A07587

Text Example


Text Example

White with #A07587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07587; }

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

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

background-color css

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

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

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

border-color css

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

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

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