Html Css Color HEX #A06C95 Mountbatten Pink

📋 copy color: '#A06C95'

red 160 ◦ green 108 ◦ blue 149

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

Shades of Mountbatten Pink #A06C95

Tints of Mountbatten Pink #A06C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 38.37%
G = 25.9%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A06C95 (or 0xA06C95) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 95. RGB value is (160,108,149). Sum of RGB (Red+Green+Blue) = 160+108+149=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C95 is #5F936A. Grayscale: #808080. Windows color (decimal): -6263659 or 9792672. OLE color: 9792672.

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

Color convert

RGB 160 108 149 -
CMYK 0 0.32 0.07 0.37
HSL 312.69º 0.21% 0.53% -
HSV(B) 312.69º 0.33% 0.63% -
XYZ 25.28 20.37 31.03 -
YUV 128.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 160 108 149 0 0.32 0.07 0.37 312.69 0.21 0.53
Hex A0 6C 95 0 20 7 25 139 15 35
Octal 240 154 225 0 40 7 45 471 25 65
Binary 10100000 1101100 10010101 0 100000 111 100101 100111001 10101 110101

Color Harmonies of #A06C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C95

Black with #A06C95

Text Example


Text Example

White with #A06C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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