Html Css Color HEX #A63993 Medium Red Violet

📋 copy color: '#A63993'

red 166 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #A63993

Tints of Medium Red Violet #A63993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 44.86%
G = 15.41%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A63993 (or 0xA63993) is known color: Medium Red Violet. HEX triplet: A6, 39 and 93. RGB value is (166,57,147). Sum of RGB (Red+Green+Blue) = 166+57+147=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A63993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63993 is #59C66C. Grayscale: #636363. Windows color (decimal): -5883501 or 9648550. OLE color: 9648550.

HSL color Cylindrical-coordinate representation of color #A63993: hue angle of 310.46º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63993 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 147 -
CMYK 0 0.66 0.11 0.35
HSL 310.46º 0.49% 0.44% -
HSV(B) 310.46º 0.66% 0.65% -
XYZ 22.46 13.14 28.96 -
YUV 99.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 166 57 147 0 0.66 0.11 0.35 310.46 0.49 0.44
Hex A6 39 93 0 42 B 23 136 31 2C
Octal 246 71 223 0 102 13 43 466 61 54
Binary 10100110 111001 10010011 0 1000010 1011 100011 100110110 110001 101100

Color Harmonies of #A63993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63993

Black with #A63993

Text Example


Text Example

White with #A63993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63993; }

 p { color: rgb(166,57,147); }

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

background-color css

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

 a { background-color: rgb(166,57,147); }

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

border-color css

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

 span { border-color: rgb(166,57,147); }

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