Html Css Color HEX #A07890 Mountbatten Pink

📋 copy color: '#A07890'

red 160 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #A07890

Tints of Mountbatten Pink #A07890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 37.74%
G = 28.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07890 (or 0xA07890) is known color: Mountbatten Pink. HEX triplet: A0, 78 and 90. RGB value is (160,120,144). Sum of RGB (Red+Green+Blue) = 160+120+144=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07890 is #5F876F. Grayscale: #868686. Windows color (decimal): -6260592 or 9468064. OLE color: 9468064.

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

Color convert

RGB 160 120 144 -
CMYK 0 0.25 0.1 0.37
HSL 324º 0.17% 0.55% -
HSV(B) 324º 0.25% 0.63% -
XYZ 26.25 22.92 29.43 -
YUV 134.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 160 120 144 0 0.25 0.1 0.37 324 0.17 0.55
Hex A0 78 90 0 19 A 25 144 11 37
Octal 240 170 220 0 31 12 45 504 21 67
Binary 10100000 1111000 10010000 0 11001 1010 100101 101000100 10001 110111

Color Harmonies of #A07890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07890

Black with #A07890

Text Example


Text Example

White with #A07890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07890; }

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

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

background-color css

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

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

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

border-color css

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

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

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