Html Css Color HEX #A06690 Mountbatten Pink

📋 copy color: '#A06690'

red 160 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #A06690

Tints of Mountbatten Pink #A06690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

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

R = 39.41%
G = 25.12%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06690 (or 0xA06690) is known color: Mountbatten Pink. HEX triplet: A0, 66 and 90. RGB value is (160,102,144). Sum of RGB (Red+Green+Blue) = 160+102+144=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A06690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06690 is #5F996F. Grayscale: #7C7C7C. Windows color (decimal): -6265200 or 9463456. OLE color: 9463456.

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

Color convert

RGB 160 102 144 -
CMYK 0 0.36 0.1 0.37
HSL 316.55º 0.23% 0.51% -
HSV(B) 316.55º 0.36% 0.63% -
XYZ 24.28 18.99 28.77 -
YUV 124.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 160 102 144 0 0.36 0.1 0.37 316.55 0.23 0.51
Hex A0 66 90 0 24 A 25 13D 17 33
Octal 240 146 220 0 44 12 45 475 27 63
Binary 10100000 1100110 10010000 0 100100 1010 100101 100111101 10111 110011

Color Harmonies of #A06690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06690

Black with #A06690

Text Example


Text Example

White with #A06690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06690; }

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

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

background-color css

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

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

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

border-color css

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

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

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