Html Css Color HEX #A37490 Mountbatten Pink

📋 copy color: '#A37490'

red 163 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #A37490

Tints of Mountbatten Pink #A37490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 38.53%
G = 27.42%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37490 (or 0xA37490) is known color: Mountbatten Pink. HEX triplet: A3, 74 and 90. RGB value is (163,116,144). Sum of RGB (Red+Green+Blue) = 163+116+144=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37490 is #5C8B6F. Grayscale: #858585. Windows color (decimal): -6065008 or 9467043. OLE color: 9467043.

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

Color convert

RGB 163 116 144 -
CMYK 0 0.29 0.12 0.36
HSL 324.26º 0.2% 0.55% -
HSV(B) 324.26º 0.29% 0.64% -
XYZ 26.38 22.29 29.3 -
YUV 133.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 163 116 144 0 0.29 0.12 0.36 324.26 0.2 0.55
Hex A3 74 90 0 1D C 24 144 14 37
Octal 243 164 220 0 35 14 44 504 24 67
Binary 10100011 1110100 10010000 0 11101 1100 100100 101000100 10100 110111

Color Harmonies of #A37490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37490

Black with #A37490

Text Example


Text Example

White with #A37490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37490; }

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

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

background-color css

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

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

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

border-color css

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

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

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