Html Css Color HEX #A46C92 Mountbatten Pink

📋 copy color: '#A46C92'

red 164 ◦ green 108 ◦ blue 146

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

Shades of Mountbatten Pink #A46C92

Tints of Mountbatten Pink #A46C92

RGB

 RED value IS 164 (64.45% from 255) = 39.23%

 GREEN value IS 108 (42.58% from 255) = 25.84%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 39.23%
G = 25.84%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A46C92 (or 0xA46C92) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 92. RGB value is (164,108,146). Sum of RGB (Red+Green+Blue) = 164+108+146=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C92 is #5B936D. Grayscale: #808080. Windows color (decimal): -6001518 or 9596068. OLE color: 9596068.

HSL color Cylindrical-coordinate representation of color #A46C92: hue angle of 319.29º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C92 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 108 146 -
CMYK 0 0.34 0.11 0.36
HSL 319.29º 0.24% 0.53% -
HSV(B) 319.29º 0.34% 0.64% -
XYZ 25.86 20.69 29.83 -
YUV 129.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 164 108 146 0 0.34 0.11 0.36 319.29 0.24 0.53
Hex A4 6C 92 0 22 B 24 13F 18 35
Octal 244 154 222 0 42 13 44 477 30 65
Binary 10100100 1101100 10010010 0 100010 1011 100100 100111111 11000 110101

Color Harmonies of #A46C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C92

Black with #A46C92

Text Example


Text Example

White with #A46C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C92; }

 p { color: rgb(164,108,146); }

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

background-color css

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

 a { background-color: rgb(164,108,146); }

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

border-color css

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

 span { border-color: rgb(164,108,146); }

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