Html Css Color HEX #A63073 Medium Red Violet

📋 copy color: '#A63073'

red 166 ◦ green 48 ◦ blue 115

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

Shades of Medium Red Violet #A63073

Tints of Medium Red Violet #A63073

RGB

 RED value IS 166 (65.23% from 255) = 50.46%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 50.46%
G = 14.59%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63073 (or 0xA63073) is known color: Medium Red Violet. HEX triplet: A6, 30 and 73. RGB value is (166,48,115). Sum of RGB (Red+Green+Blue) = 166+48+115=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A63073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63073 is #59CF8C. Grayscale: #5A5A5A. Windows color (decimal): -5885837 or 7549094. OLE color: 7549094.

HSL color Cylindrical-coordinate representation of color #A63073: hue angle of 325.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63073 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 115 -
CMYK 0 0.71 0.31 0.35
HSL 325.93º 0.55% 0.42% -
HSV(B) 325.93º 0.71% 0.65% -
XYZ 19.88 11.46 17.38 -
YUV 90.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 166 48 115 0 0.71 0.31 0.35 325.93 0.55 0.42
Hex A6 30 73 0 47 1F 23 146 37 2A
Octal 246 60 163 0 107 37 43 506 67 52
Binary 10100110 110000 1110011 0 1000111 11111 100011 101000110 110111 101010

Color Harmonies of #A63073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63073

Black with #A63073

Text Example


Text Example

White with #A63073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63073; }

 p { color: rgb(166,48,115); }

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

background-color css

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

 a { background-color: rgb(166,48,115); }

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

border-color css

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

 span { border-color: rgb(166,48,115); }

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