Html Css Color HEX #A07094 Mountbatten Pink

📋 copy color: '#A07094'

red 160 ◦ green 112 ◦ blue 148

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

Shades of Mountbatten Pink #A07094

Tints of Mountbatten Pink #A07094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 38.1%
G = 26.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07094 (or 0xA07094) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 94. RGB value is (160,112,148). Sum of RGB (Red+Green+Blue) = 160+112+148=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07094 is #5F8F6B. Grayscale: #828282. Windows color (decimal): -6262636 or 9728160. OLE color: 9728160.

HSL color Cylindrical-coordinate representation of color #A07094: hue angle of 315º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07094 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 148 -
CMYK 0 0.30 0.07 0.37
HSL 315º 0.2% 0.53% -
HSV(B) 315º 0.3% 0.63% -
XYZ 25.64 21.2 30.76 -
YUV 130.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 160 112 148 0 0.30 0.07 0.37 315 0.2 0.53
Hex A0 70 94 0 1E 7 25 13B 14 35
Octal 240 160 224 0 36 7 45 473 24 65
Binary 10100000 1110000 10010100 0 11110 111 100101 100111011 10100 110101

Color Harmonies of #A07094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07094

Black with #A07094

Text Example


Text Example

White with #A07094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07094; }

 p { color: rgb(160,112,148); }

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

background-color css

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

 a { background-color: rgb(160,112,148); }

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

border-color css

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

 span { border-color: rgb(160,112,148); }

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