Html Css Color HEX #A06790 Mountbatten Pink

📋 copy color: '#A06790'

red 160 ◦ green 103 ◦ blue 144

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

Shades of Mountbatten Pink #A06790

Tints of Mountbatten Pink #A06790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 39.31%
G = 25.31%
B = 35.38%

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

#A06790 (or 0xA06790) is known color: Mountbatten Pink. HEX triplet: A0, 67 and 90. RGB value is (160,103,144). Sum of RGB (Red+Green+Blue) = 160+103+144=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06790 is #5F986F. Grayscale: #7C7C7C. Windows color (decimal): -6264944 or 9463712. OLE color: 9463712.

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

Color convert

RGB 160 103 144 -
CMYK 0 0.36 0.1 0.37
HSL 316.84º 0.23% 0.52% -
HSV(B) 316.84º 0.36% 0.63% -
XYZ 24.38 19.19 28.8 -
YUV 124.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 160 103 144 0 0.36 0.1 0.37 316.84 0.23 0.52
Hex A0 67 90 0 24 A 25 13D 17 34
Octal 240 147 220 0 44 12 45 475 27 64
Binary 10100000 1100111 10010000 0 100100 1010 100101 100111101 10111 110100

Color Harmonies of #A06790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06790

Black with #A06790

Text Example


Text Example

White with #A06790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06790; }

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

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

background-color css

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

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

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

border-color css

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

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

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