Html Css Color HEX #A67190 Mountbatten Pink

📋 copy color: '#A67190'

red 166 ◦ green 113 ◦ blue 144

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

Shades of Mountbatten Pink #A67190

Tints of Mountbatten Pink #A67190

RGB

 RED value IS 166 (65.23% from 255) = 39.24%

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 39.24%
G = 26.71%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67190 (or 0xA67190) is known color: Mountbatten Pink. HEX triplet: A6, 71 and 90. RGB value is (166,113,144). Sum of RGB (Red+Green+Blue) = 166+113+144=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67190 is #598E6F. Grayscale: #848484. Windows color (decimal): -5869168 or 9466278. OLE color: 9466278.

HSL color Cylindrical-coordinate representation of color #A67190: hue angle of 324.91º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67190 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 144 -
CMYK 0 0.32 0.13 0.35
HSL 324.91º 0.23% 0.55% -
HSV(B) 324.91º 0.32% 0.65% -
XYZ 26.67 21.93 29.21 -
YUV 132.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 166 113 144 0 0.32 0.13 0.35 324.91 0.23 0.55
Hex A6 71 90 0 20 D 23 145 17 37
Octal 246 161 220 0 40 15 43 505 27 67
Binary 10100110 1110001 10010000 0 100000 1101 100011 101000101 10111 110111

Color Harmonies of #A67190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67190

Black with #A67190

Text Example


Text Example

White with #A67190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67190; }

 p { color: rgb(166,113,144); }

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

background-color css

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

 a { background-color: rgb(166,113,144); }

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

border-color css

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

 span { border-color: rgb(166,113,144); }

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