Html Css Color HEX #A07490 Mountbatten Pink

📋 copy color: '#A07490'

red 160 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #A07490

Tints of Mountbatten Pink #A07490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 38.1%
G = 27.62%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07490 (or 0xA07490) is known color: Mountbatten Pink. HEX triplet: A0, 74 and 90. RGB value is (160,116,144). Sum of RGB (Red+Green+Blue) = 160+116+144=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07490 is #5F8B6F. Grayscale: #848484. Windows color (decimal): -6261616 or 9467040. OLE color: 9467040.

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

Color convert

RGB 160 116 144 -
CMYK 0 0.28 0.1 0.37
HSL 321.82º 0.19% 0.54% -
HSV(B) 321.82º 0.28% 0.63% -
XYZ 25.78 21.98 29.27 -
YUV 132.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 160 116 144 0 0.28 0.1 0.37 321.82 0.19 0.54
Hex A0 74 90 0 1C A 25 142 13 36
Octal 240 164 220 0 34 12 45 502 23 66
Binary 10100000 1110100 10010000 0 11100 1010 100101 101000010 10011 110110

Color Harmonies of #A07490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07490

Black with #A07490

Text Example


Text Example

White with #A07490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07490; }

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

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

background-color css

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

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

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

border-color css

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

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

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