Html Css Color HEX #A37493 Mountbatten Pink

📋 copy color: '#A37493'

red 163 ◦ green 116 ◦ blue 147

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

Shades of Mountbatten Pink #A37493

Tints of Mountbatten Pink #A37493

RGB

 RED value IS 163 (64.06% from 255) = 38.26%

 GREEN value IS 116 (45.7% from 255) = 27.23%

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

R = 38.26%
G = 27.23%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A37493 (or 0xA37493) is known color: Mountbatten Pink. HEX triplet: A3, 74 and 93. RGB value is (163,116,147). Sum of RGB (Red+Green+Blue) = 163+116+147=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37493 is #5C8B6C. Grayscale: #858585. Windows color (decimal): -6065005 or 9663651. OLE color: 9663651.

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

Color convert

RGB 163 116 147 -
CMYK 0 0.29 0.10 0.36
HSL 320.43º 0.2% 0.55% -
HSV(B) 320.43º 0.29% 0.64% -
XYZ 26.62 22.38 30.52 -
YUV 133.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 163 116 147 0 0.29 0.10 0.36 320.43 0.2 0.55
Hex A3 74 93 0 1D A 24 140 14 37
Octal 243 164 223 0 35 12 44 500 24 67
Binary 10100011 1110100 10010011 0 11101 1010 100100 101000000 10100 110111

Color Harmonies of #A37493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37493

Black with #A37493

Text Example


Text Example

White with #A37493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37493; }

 p { color: rgb(163,116,147); }

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

background-color css

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

 a { background-color: rgb(163,116,147); }

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

border-color css

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

 span { border-color: rgb(163,116,147); }

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