Html Css Color HEX #A06890 Mountbatten Pink

📋 copy color: '#A06890'

red 160 ◦ green 104 ◦ blue 144

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

Shades of Mountbatten Pink #A06890

Tints of Mountbatten Pink #A06890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 39.22%
G = 25.49%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06890 (or 0xA06890) is known color: Mountbatten Pink. HEX triplet: A0, 68 and 90. RGB value is (160,104,144). Sum of RGB (Red+Green+Blue) = 160+104+144=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A06890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06890 is #5F976F. Grayscale: #7D7D7D. Windows color (decimal): -6264688 or 9463968. OLE color: 9463968.

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

Color convert

RGB 160 104 144 -
CMYK 0 0.35 0.1 0.37
HSL 317.14º 0.23% 0.52% -
HSV(B) 317.14º 0.35% 0.63% -
XYZ 24.48 19.39 28.84 -
YUV 125.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 160 104 144 0 0.35 0.1 0.37 317.14 0.23 0.52
Hex A0 68 90 0 23 A 25 13D 17 34
Octal 240 150 220 0 43 12 45 475 27 64
Binary 10100000 1101000 10010000 0 100011 1010 100101 100111101 10111 110100

Color Harmonies of #A06890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06890

Black with #A06890

Text Example


Text Example

White with #A06890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06890; }

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

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

background-color css

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

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

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

border-color css

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

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

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