Html Css Color HEX #A67193 Mountbatten Pink

📋 copy color: '#A67193'

red 166 ◦ green 113 ◦ blue 147

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

Shades of Mountbatten Pink #A67193

Tints of Mountbatten Pink #A67193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 38.97%
G = 26.53%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A67193 (or 0xA67193) is known color: Mountbatten Pink. HEX triplet: A6, 71 and 93. RGB value is (166,113,147). Sum of RGB (Red+Green+Blue) = 166+113+147=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A67193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67193 is #598E6C. Grayscale: #848484. Windows color (decimal): -5869165 or 9662886. OLE color: 9662886.

HSL color Cylindrical-coordinate representation of color #A67193: hue angle of 321.51º 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 #A67193 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 147 -
CMYK 0 0.32 0.11 0.35
HSL 321.51º 0.23% 0.55% -
HSV(B) 321.51º 0.32% 0.65% -
XYZ 26.9 22.02 30.44 -
YUV 132.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 166 113 147 0 0.32 0.11 0.35 321.51 0.23 0.55
Hex A6 71 93 0 20 B 23 142 17 37
Octal 246 161 223 0 40 13 43 502 27 67
Binary 10100110 1110001 10010011 0 100000 1011 100011 101000010 10111 110111

Color Harmonies of #A67193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67193

Black with #A67193

Text Example


Text Example

White with #A67193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67193; }

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

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

background-color css

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

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

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

border-color css

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

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

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