Html Css Color HEX #A07195 Mountbatten Pink

📋 copy color: '#A07195'

red 160 ◦ green 113 ◦ blue 149

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

Shades of Mountbatten Pink #A07195

Tints of Mountbatten Pink #A07195

RGB

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

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

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

R = 37.91%
G = 26.78%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A07195 (or 0xA07195) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 95. RGB value is (160,113,149). Sum of RGB (Red+Green+Blue) = 160+113+149=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07195 is #5F8E6A. Grayscale: #838383. Windows color (decimal): -6262379 or 9793952. OLE color: 9793952.

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

Color convert

RGB 160 113 149 -
CMYK 0 0.29 0.07 0.37
HSL 314.04º 0.2% 0.54% -
HSV(B) 314.04º 0.29% 0.63% -
XYZ 25.83 21.45 31.21 -
YUV 131.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 160 113 149 0 0.29 0.07 0.37 314.04 0.2 0.54
Hex A0 71 95 0 1D 7 25 13A 14 36
Octal 240 161 225 0 35 7 45 472 24 66
Binary 10100000 1110001 10010101 0 11101 111 100101 100111010 10100 110110

Color Harmonies of #A07195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07195

Black with #A07195

Text Example


Text Example

White with #A07195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07195; }

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

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

background-color css

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

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

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

border-color css

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

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

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