Html Css Color HEX #A06B90 Mountbatten Pink

📋 copy color: '#A06B90'

red 160 ◦ green 107 ◦ blue 144

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

Shades of Mountbatten Pink #A06B90

Tints of Mountbatten Pink #A06B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 38.93%
G = 26.03%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06B90 (or 0xA06B90) is known color: Mountbatten Pink. HEX triplet: A0, 6B and 90. RGB value is (160,107,144). Sum of RGB (Red+Green+Blue) = 160+107+144=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B90 is #5F946F. Grayscale: #7E7E7E. Windows color (decimal): -6263920 or 9464736. OLE color: 9464736.

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

Color convert

RGB 160 107 144 -
CMYK 0 0.33 0.1 0.37
HSL 318.11º 0.22% 0.52% -
HSV(B) 318.11º 0.33% 0.63% -
XYZ 24.79 20 28.94 -
YUV 127.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 160 107 144 0 0.33 0.1 0.37 318.11 0.22 0.52
Hex A0 6B 90 0 21 A 25 13E 16 34
Octal 240 153 220 0 41 12 45 476 26 64
Binary 10100000 1101011 10010000 0 100001 1010 100101 100111110 10110 110100

Color Harmonies of #A06B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B90

Black with #A06B90

Text Example


Text Example

White with #A06B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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