Html Css Color HEX #A63393 Medium Red Violet

📋 copy color: '#A63393'

red 166 ◦ green 51 ◦ blue 147

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

Shades of Medium Red Violet #A63393

Tints of Medium Red Violet #A63393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 45.6%
G = 14.01%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A63393 (or 0xA63393) is known color: Medium Red Violet. HEX triplet: A6, 33 and 93. RGB value is (166,51,147). Sum of RGB (Red+Green+Blue) = 166+51+147=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63393 is #59CC6C. Grayscale: #606060. Windows color (decimal): -5885037 or 9647014. OLE color: 9647014.

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

Color convert

RGB 166 51 147 -
CMYK 0 0.69 0.11 0.35
HSL 309.91º 0.53% 0.43% -
HSV(B) 309.91º 0.69% 0.65% -
XYZ 22.18 12.58 28.86 -
YUV 96.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 166 51 147 0 0.69 0.11 0.35 309.91 0.53 0.43
Hex A6 33 93 0 45 B 23 136 35 2B
Octal 246 63 223 0 105 13 43 466 65 53
Binary 10100110 110011 10010011 0 1000101 1011 100011 100110110 110101 101011

Color Harmonies of #A63393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63393

Black with #A63393

Text Example


Text Example

White with #A63393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63393; }

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

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

background-color css

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

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

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

border-color css

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

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

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