Html Css Color HEX #A06C92 Mountbatten Pink

📋 copy color: '#A06C92'

red 160 ◦ green 108 ◦ blue 146

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

Shades of Mountbatten Pink #A06C92

Tints of Mountbatten Pink #A06C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.09%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 38.65%
G = 26.09%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A06C92 (or 0xA06C92) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 92. RGB value is (160,108,146). Sum of RGB (Red+Green+Blue) = 160+108+146=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C92 is #5F936D. Grayscale: #7F7F7F. Windows color (decimal): -6263662 or 9596064. OLE color: 9596064.

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

Color convert

RGB 160 108 146 -
CMYK 0 0.32 0.09 0.37
HSL 316.15º 0.21% 0.53% -
HSV(B) 316.15º 0.33% 0.63% -
XYZ 25.05 20.27 29.79 -
YUV 127.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 160 108 146 0 0.32 0.09 0.37 316.15 0.21 0.53
Hex A0 6C 92 0 20 9 25 13C 15 35
Octal 240 154 222 0 40 11 45 474 25 65
Binary 10100000 1101100 10010010 0 100000 1001 100101 100111100 10101 110101

Color Harmonies of #A06C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C92

Black with #A06C92

Text Example


Text Example

White with #A06C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C92; }

 p { color: rgb(160,108,146); }

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

background-color css

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

 a { background-color: rgb(160,108,146); }

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

border-color css

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

 span { border-color: rgb(160,108,146); }

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