Html Css Color HEX #A06590 Mountbatten Pink

📋 copy color: '#A06590'

red 160 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #A06590

Tints of Mountbatten Pink #A06590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 39.51%
G = 24.94%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06590 (or 0xA06590) is known color: Mountbatten Pink. HEX triplet: A0, 65 and 90. RGB value is (160,101,144). Sum of RGB (Red+Green+Blue) = 160+101+144=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A06590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06590 is #5F9A6F. Grayscale: #7B7B7B. Windows color (decimal): -6265456 or 9463200. OLE color: 9463200.

HSL color Cylindrical-coordinate representation of color #A06590: hue angle of 316.27º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06590 is Cyan = 0, Magento = 0.37, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 101 144 -
CMYK 0 0.37 0.1 0.37
HSL 316.27º 0.24% 0.51% -
HSV(B) 316.27º 0.37% 0.63% -
XYZ 24.18 18.79 28.74 -
YUV 123.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 160 101 144 0 0.37 0.1 0.37 316.27 0.24 0.51
Hex A0 65 90 0 25 A 25 13C 18 33
Octal 240 145 220 0 45 12 45 474 30 63
Binary 10100000 1100101 10010000 0 100101 1010 100101 100111100 11000 110011

Color Harmonies of #A06590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06590

Black with #A06590

Text Example


Text Example

White with #A06590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06590; }

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

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

background-color css

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

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

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

border-color css

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

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

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