Html Css Color HEX #A07095 Mountbatten Pink

📋 copy color: '#A07095'

red 160 ◦ green 112 ◦ blue 149

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

Shades of Mountbatten Pink #A07095

Tints of Mountbatten Pink #A07095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 38%
G = 26.6%
B = 35.39%

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

#A07095 (or 0xA07095) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 95. RGB value is (160,112,149). Sum of RGB (Red+Green+Blue) = 160+112+149=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A07095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07095 is #5F8F6A. Grayscale: #828282. Windows color (decimal): -6262635 or 9793696. OLE color: 9793696.

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

Color convert

RGB 160 112 149 -
CMYK 0 0.30 0.07 0.37
HSL 313.75º 0.2% 0.53% -
HSV(B) 313.75º 0.3% 0.63% -
XYZ 25.72 21.23 31.18 -
YUV 130.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 160 112 149 0 0.30 0.07 0.37 313.75 0.2 0.53
Hex A0 70 95 0 1E 7 25 13A 14 35
Octal 240 160 225 0 36 7 45 472 24 65
Binary 10100000 1110000 10010101 0 11110 111 100101 100111010 10100 110101

Color Harmonies of #A07095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07095

Black with #A07095

Text Example


Text Example

White with #A07095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07095; }

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

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

background-color css

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

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

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

border-color css

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

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

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