Html Css Color HEX #A06791 Mountbatten Pink

📋 copy color: '#A06791'

red 160 ◦ green 103 ◦ blue 145

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

Shades of Mountbatten Pink #A06791

Tints of Mountbatten Pink #A06791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 39.22%
G = 25.25%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A06791 (or 0xA06791) is known color: Mountbatten Pink. HEX triplet: A0, 67 and 91. RGB value is (160,103,145). Sum of RGB (Red+Green+Blue) = 160+103+145=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A06791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06791 is #5F986E. Grayscale: #7C7C7C. Windows color (decimal): -6264943 or 9529248. OLE color: 9529248.

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

Color convert

RGB 160 103 145 -
CMYK 0 0.36 0.09 0.37
HSL 315.79º 0.23% 0.52% -
HSV(B) 315.79º 0.36% 0.63% -
XYZ 24.46 19.22 29.21 -
YUV 124.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 160 103 145 0 0.36 0.09 0.37 315.79 0.23 0.52
Hex A0 67 91 0 24 9 25 13C 17 34
Octal 240 147 221 0 44 11 45 474 27 64
Binary 10100000 1100111 10010001 0 100100 1001 100101 100111100 10111 110100

Color Harmonies of #A06791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06791

Black with #A06791

Text Example


Text Example

White with #A06791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06791; }

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

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

background-color css

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

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

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

border-color css

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

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

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