Html Css Color HEX #A06E8B Mountbatten Pink

📋 copy color: '#A06E8B'

red 160 ◦ green 110 ◦ blue 139

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

Shades of Mountbatten Pink #A06E8B

Tints of Mountbatten Pink #A06E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 39.12%
G = 26.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A06E8B (or 0xA06E8B) is known color: Mountbatten Pink. HEX triplet: A0, 6E and 8B. RGB value is (160,110,139). Sum of RGB (Red+Green+Blue) = 160+110+139=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E8B is #5F9174. Grayscale: #808080. Windows color (decimal): -6263157 or 9137824. OLE color: 9137824.

HSL color Cylindrical-coordinate representation of color #A06E8B: hue angle of 325.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E8B is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 110 139 -
CMYK 0 0.31 0.13 0.37
HSL 325.2º 0.21% 0.53% -
HSV(B) 325.2º 0.31% 0.63% -
XYZ 24.73 20.49 27.08 -
YUV 128.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 160 110 139 0 0.31 0.13 0.37 325.2 0.21 0.53
Hex A0 6E 8B 0 1F D 25 145 15 35
Octal 240 156 213 0 37 15 45 505 25 65
Binary 10100000 1101110 10001011 0 11111 1101 100101 101000101 10101 110101

Color Harmonies of #A06E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E8B

Black with #A06E8B

Text Example


Text Example

White with #A06E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E8B; }

 p { color: rgb(160,110,139); }

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

background-color css

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

 a { background-color: rgb(160,110,139); }

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

border-color css

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

 span { border-color: rgb(160,110,139); }

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