Html Css Color HEX #A37094 Mountbatten Pink

📋 copy color: '#A37094'

red 163 ◦ green 112 ◦ blue 148

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

Shades of Mountbatten Pink #A37094

Tints of Mountbatten Pink #A37094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 38.53%
G = 26.48%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37094 (or 0xA37094) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 94. RGB value is (163,112,148). Sum of RGB (Red+Green+Blue) = 163+112+148=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37094 is #5C8F6B. Grayscale: #838383. Windows color (decimal): -6066028 or 9728163. OLE color: 9728163.

HSL color Cylindrical-coordinate representation of color #A37094: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37094 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 148 -
CMYK 0 0.31 0.09 0.36
HSL 317.65º 0.22% 0.54% -
HSV(B) 317.65º 0.31% 0.64% -
XYZ 26.24 21.51 30.79 -
YUV 131.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 163 112 148 0 0.31 0.09 0.36 317.65 0.22 0.54
Hex A3 70 94 0 1F 9 24 13E 16 36
Octal 243 160 224 0 37 11 44 476 26 66
Binary 10100011 1110000 10010100 0 11111 1001 100100 100111110 10110 110110

Color Harmonies of #A37094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37094

Black with #A37094

Text Example


Text Example

White with #A37094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37094; }

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

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

background-color css

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

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

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

border-color css

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

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

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