Html Css Color HEX #A06D90 Mountbatten Pink

📋 copy color: '#A06D90'

red 160 ◦ green 109 ◦ blue 144

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

Shades of Mountbatten Pink #A06D90

Tints of Mountbatten Pink #A06D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 38.74%
G = 26.39%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06D90 (or 0xA06D90) is known color: Mountbatten Pink. HEX triplet: A0, 6D and 90. RGB value is (160,109,144). Sum of RGB (Red+Green+Blue) = 160+109+144=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06D90 is #5F926F. Grayscale: #808080. Windows color (decimal): -6263408 or 9465248. OLE color: 9465248.

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

Color convert

RGB 160 109 144 -
CMYK 0 0.32 0.1 0.37
HSL 318.82º 0.21% 0.53% -
HSV(B) 318.82º 0.32% 0.63% -
XYZ 25 20.42 29.01 -
YUV 128.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 160 109 144 0 0.32 0.1 0.37 318.82 0.21 0.53
Hex A0 6D 90 0 20 A 25 13F 15 35
Octal 240 155 220 0 40 12 45 477 25 65
Binary 10100000 1101101 10010000 0 100000 1010 100101 100111111 10101 110101

Color Harmonies of #A06D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D90

Black with #A06D90

Text Example


Text Example

White with #A06D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D90; }

 p { color: rgb(160,109,144); }

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

background-color css

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

 a { background-color: rgb(160,109,144); }

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

border-color css

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

 span { border-color: rgb(160,109,144); }

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