Html Css Color HEX #A06A93 Mountbatten Pink

📋 copy color: '#A06A93'

red 160 ◦ green 106 ◦ blue 147

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

Shades of Mountbatten Pink #A06A93

Tints of Mountbatten Pink #A06A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 38.74%
G = 25.67%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A06A93 (or 0xA06A93) is known color: Mountbatten Pink. HEX triplet: A0, 6A and 93. RGB value is (160,106,147). Sum of RGB (Red+Green+Blue) = 160+106+147=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A93 is #5F956C. Grayscale: #7E7E7E. Windows color (decimal): -6264173 or 9661088. OLE color: 9661088.

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

Color convert

RGB 160 106 147 -
CMYK 0 0.34 0.08 0.37
HSL 314.44º 0.22% 0.52% -
HSV(B) 314.44º 0.34% 0.63% -
XYZ 24.92 19.89 30.13 -
YUV 126.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 160 106 147 0 0.34 0.08 0.37 314.44 0.22 0.52
Hex A0 6A 93 0 22 8 25 13A 16 34
Octal 240 152 223 0 42 10 45 472 26 64
Binary 10100000 1101010 10010011 0 100010 1000 100101 100111010 10110 110100

Color Harmonies of #A06A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A93

Black with #A06A93

Text Example


Text Example

White with #A06A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A93; }

 p { color: rgb(160,106,147); }

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

background-color css

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

 a { background-color: rgb(160,106,147); }

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

border-color css

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

 span { border-color: rgb(160,106,147); }

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