Html Css Color HEX #A07892 Mountbatten Pink

📋 copy color: '#A07892'

red 160 ◦ green 120 ◦ blue 146

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

Shades of Mountbatten Pink #A07892

Tints of Mountbatten Pink #A07892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

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

R = 37.56%
G = 28.17%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07892 (or 0xA07892) is known color: Mountbatten Pink. HEX triplet: A0, 78 and 92. RGB value is (160,120,146). Sum of RGB (Red+Green+Blue) = 160+120+146=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07892 is #5F876D. Grayscale: #868686. Windows color (decimal): -6260590 or 9599136. OLE color: 9599136.

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

Color convert

RGB 160 120 146 -
CMYK 0 0.25 0.09 0.37
HSL 321º 0.17% 0.55% -
HSV(B) 321º 0.25% 0.63% -
XYZ 26.4 22.98 30.24 -
YUV 134.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 160 120 146 0 0.25 0.09 0.37 321 0.17 0.55
Hex A0 78 92 0 19 9 25 141 11 37
Octal 240 170 222 0 31 11 45 501 21 67
Binary 10100000 1111000 10010010 0 11001 1001 100101 101000001 10001 110111

Color Harmonies of #A07892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07892

Black with #A07892

Text Example


Text Example

White with #A07892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07892; }

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

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

background-color css

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

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

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

border-color css

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

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

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