Html Css Color HEX #A37494 Mountbatten Pink

📋 copy color: '#A37494'

red 163 ◦ green 116 ◦ blue 148

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

Shades of Mountbatten Pink #A37494

Tints of Mountbatten Pink #A37494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 38.17%
G = 27.17%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37494 (or 0xA37494) is known color: Mountbatten Pink. HEX triplet: A3, 74 and 94. RGB value is (163,116,148). Sum of RGB (Red+Green+Blue) = 163+116+148=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37494 is #5C8B6B. Grayscale: #858585. Windows color (decimal): -6065004 or 9729187. OLE color: 9729187.

HSL color Cylindrical-coordinate representation of color #A37494: hue angle of 319.15º 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 #A37494 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 148 -
CMYK 0 0.29 0.09 0.36
HSL 319.15º 0.2% 0.55% -
HSV(B) 319.15º 0.29% 0.64% -
XYZ 26.69 22.42 30.94 -
YUV 133.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 163 116 148 0 0.29 0.09 0.36 319.15 0.2 0.55
Hex A3 74 94 0 1D 9 24 13F 14 37
Octal 243 164 224 0 35 11 44 477 24 67
Binary 10100011 1110100 10010100 0 11101 1001 100100 100111111 10100 110111

Color Harmonies of #A37494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37494

Black with #A37494

Text Example


Text Example

White with #A37494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37494; }

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

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

background-color css

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

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

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

border-color css

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

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

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