Html Css Color HEX #A07190 Mountbatten Pink

📋 copy color: '#A07190'

red 160 ◦ green 113 ◦ blue 144

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

Shades of Mountbatten Pink #A07190

Tints of Mountbatten Pink #A07190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

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

R = 38.37%
G = 27.1%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07190 (or 0xA07190) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 90. RGB value is (160,113,144). Sum of RGB (Red+Green+Blue) = 160+113+144=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A07190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07190 is #5F8E6F. Grayscale: #828282. Windows color (decimal): -6262384 or 9466272. OLE color: 9466272.

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

Color convert

RGB 160 113 144 -
CMYK 0 0.29 0.1 0.37
HSL 320.43º 0.2% 0.54% -
HSV(B) 320.43º 0.29% 0.63% -
XYZ 25.44 21.3 29.16 -
YUV 130.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 160 113 144 0 0.29 0.1 0.37 320.43 0.2 0.54
Hex A0 71 90 0 1D A 25 140 14 36
Octal 240 161 220 0 35 12 45 500 24 66
Binary 10100000 1110001 10010000 0 11101 1010 100101 101000000 10100 110110

Color Harmonies of #A07190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07190

Black with #A07190

Text Example


Text Example

White with #A07190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07190; }

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

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

background-color css

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

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

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

border-color css

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

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

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