Html Css Color HEX #A07A90 Mountbatten Pink

📋 copy color: '#A07A90'

red 160 ◦ green 122 ◦ blue 144

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

Shades of Mountbatten Pink #A07A90

Tints of Mountbatten Pink #A07A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 37.56%
G = 28.64%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07A90 (or 0xA07A90) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 90. RGB value is (160,122,144). Sum of RGB (Red+Green+Blue) = 160+122+144=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A90 is #5F856F. Grayscale: #878787. Windows color (decimal): -6260080 or 9468576. OLE color: 9468576.

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

Color convert

RGB 160 122 144 -
CMYK 0 0.24 0.1 0.37
HSL 325.26º 0.17% 0.55% -
HSV(B) 325.26º 0.24% 0.63% -
XYZ 26.49 23.41 29.51 -
YUV 135.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 160 122 144 0 0.24 0.1 0.37 325.26 0.17 0.55
Hex A0 7A 90 0 18 A 25 145 11 37
Octal 240 172 220 0 30 12 45 505 21 67
Binary 10100000 1111010 10010000 0 11000 1010 100101 101000101 10001 110111

Color Harmonies of #A07A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A90

Black with #A07A90

Text Example


Text Example

White with #A07A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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