Html Css Color HEX #A07992 Mountbatten Pink

📋 copy color: '#A07992'

red 160 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #A07992

Tints of Mountbatten Pink #A07992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 37.47%
G = 28.34%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07992 (or 0xA07992) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 92. RGB value is (160,121,146). Sum of RGB (Red+Green+Blue) = 160+121+146=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07992 is #5F866D. Grayscale: #878787. Windows color (decimal): -6260334 or 9599392. OLE color: 9599392.

HSL color Cylindrical-coordinate representation of color #A07992: hue angle of 321.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07992 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 146 -
CMYK 0 0.24 0.09 0.37
HSL 321.54º 0.17% 0.55% -
HSV(B) 321.54º 0.24% 0.63% -
XYZ 26.52 23.22 30.28 -
YUV 135.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 160 121 146 0 0.24 0.09 0.37 321.54 0.17 0.55
Hex A0 79 92 0 18 9 25 142 11 37
Octal 240 171 222 0 30 11 45 502 21 67
Binary 10100000 1111001 10010010 0 11000 1001 100101 101000010 10001 110111

Color Harmonies of #A07992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07992

Black with #A07992

Text Example


Text Example

White with #A07992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07992; }

 p { color: rgb(160,121,146); }

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

background-color css

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

 a { background-color: rgb(160,121,146); }

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

border-color css

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

 span { border-color: rgb(160,121,146); }

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