Html Css Color HEX #A37093 Mountbatten Pink

📋 copy color: '#A37093'

red 163 ◦ green 112 ◦ blue 147

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

Shades of Mountbatten Pink #A37093

Tints of Mountbatten Pink #A37093

RGB

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

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

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

R = 38.63%
G = 26.54%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A37093 (or 0xA37093) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 93. RGB value is (163,112,147). Sum of RGB (Red+Green+Blue) = 163+112+147=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A37093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37093 is #5C8F6C. Grayscale: #838383. Windows color (decimal): -6066029 or 9662627. OLE color: 9662627.

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

Color convert

RGB 163 112 147 -
CMYK 0 0.31 0.10 0.36
HSL 318.82º 0.22% 0.54% -
HSV(B) 318.82º 0.31% 0.64% -
XYZ 26.16 21.48 30.37 -
YUV 131.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 163 112 147 0 0.31 0.10 0.36 318.82 0.22 0.54
Hex A3 70 93 0 1F A 24 13F 16 36
Octal 243 160 223 0 37 12 44 477 26 66
Binary 10100011 1110000 10010011 0 11111 1010 100100 100111111 10110 110110

Color Harmonies of #A37093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37093

Black with #A37093

Text Example


Text Example

White with #A37093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37093; }

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

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

background-color css

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

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

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

border-color css

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

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

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