Html Css Color HEX #A46593 Mountbatten Pink

📋 copy color: '#A46593'

red 164 ◦ green 101 ◦ blue 147

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

Shades of Mountbatten Pink #A46593

Tints of Mountbatten Pink #A46593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.51%

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

R = 39.81%
G = 24.51%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46593 (or 0xA46593) is known color: Mountbatten Pink. HEX triplet: A4, 65 and 93. RGB value is (164,101,147). Sum of RGB (Red+Green+Blue) = 164+101+147=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46593 is #5B9A6C. Grayscale: #7C7C7C. Windows color (decimal): -6003309 or 9659812. OLE color: 9659812.

HSL color Cylindrical-coordinate representation of color #A46593: hue angle of 316.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46593 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 147 -
CMYK 0 0.38 0.10 0.36
HSL 316.19º 0.26% 0.52% -
HSV(B) 316.19º 0.38% 0.64% -
XYZ 25.23 19.31 30 -
YUV 125.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 164 101 147 0 0.38 0.10 0.36 316.19 0.26 0.52
Hex A4 65 93 0 26 A 24 13C 1A 34
Octal 244 145 223 0 46 12 44 474 32 64
Binary 10100100 1100101 10010011 0 100110 1010 100100 100111100 11010 110100

Color Harmonies of #A46593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46593

Black with #A46593

Text Example


Text Example

White with #A46593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46593; }

 p { color: rgb(164,101,147); }

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

background-color css

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

 a { background-color: rgb(164,101,147); }

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

border-color css

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

 span { border-color: rgb(164,101,147); }

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