Html Css Color HEX #A07691 Mountbatten Pink

📋 copy color: '#A07691'

red 160 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #A07691

Tints of Mountbatten Pink #A07691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 37.83%
G = 27.9%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07691 (or 0xA07691) is known color: Mountbatten Pink. HEX triplet: A0, 76 and 91. RGB value is (160,118,145). Sum of RGB (Red+Green+Blue) = 160+118+145=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07691 is #5F896E. Grayscale: #858585. Windows color (decimal): -6261103 or 9533088. OLE color: 9533088.

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

Color convert

RGB 160 118 145 -
CMYK 0 0.26 0.09 0.37
HSL 321.43º 0.18% 0.55% -
HSV(B) 321.43º 0.26% 0.63% -
XYZ 26.09 22.47 29.75 -
YUV 133.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 160 118 145 0 0.26 0.09 0.37 321.43 0.18 0.55
Hex A0 76 91 0 1A 9 25 141 12 37
Octal 240 166 221 0 32 11 45 501 22 67
Binary 10100000 1110110 10010001 0 11010 1001 100101 101000001 10010 110111

Color Harmonies of #A07691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07691

Black with #A07691

Text Example


Text Example

White with #A07691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07691; }

 p { color: rgb(160,118,145); }

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

background-color css

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

 a { background-color: rgb(160,118,145); }

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

border-color css

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

 span { border-color: rgb(160,118,145); }

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