Html Css Color HEX #A07A8A Mountbatten Pink

📋 copy color: '#A07A8A'

red 160 ◦ green 122 ◦ blue 138

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

Shades of Mountbatten Pink #A07A8A

Tints of Mountbatten Pink #A07A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 38.1%
G = 29.05%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A07A8A (or 0xA07A8A) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 8A. RGB value is (160,122,138). Sum of RGB (Red+Green+Blue) = 160+122+138=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A8A is #5F8575. Grayscale: #878787. Windows color (decimal): -6260086 or 9075360. OLE color: 9075360.

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

Color convert

RGB 160 122 138 -
CMYK 0 0.24 0.14 0.37
HSL 334.74º 0.17% 0.55% -
HSV(B) 334.74º 0.24% 0.63% -
XYZ 26.04 23.23 27.16 -
YUV 135.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 160 122 138 0 0.24 0.14 0.37 334.74 0.17 0.55
Hex A0 7A 8A 0 18 E 25 14F 11 37
Octal 240 172 212 0 30 16 45 517 21 67
Binary 10100000 1111010 10001010 0 11000 1110 100101 101001111 10001 110111

Color Harmonies of #A07A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A8A

Black with #A07A8A

Text Example


Text Example

White with #A07A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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