Html Css Color HEX #A63999 Medium Red Violet

📋 copy color: '#A63999'

red 166 ◦ green 57 ◦ blue 153

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

Shades of Medium Red Violet #A63999

Tints of Medium Red Violet #A63999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 44.15%
G = 15.16%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A63999 (or 0xA63999) is known color: Medium Red Violet. HEX triplet: A6, 39 and 99. RGB value is (166,57,153). Sum of RGB (Red+Green+Blue) = 166+57+153=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A63999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63999 is #59C666. Grayscale: #646464. Windows color (decimal): -5883495 or 10041766. OLE color: 10041766.

HSL color Cylindrical-coordinate representation of color #A63999: hue angle of 307.16º 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 #A63999 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 153 -
CMYK 0 0.66 0.08 0.35
HSL 307.16º 0.49% 0.44% -
HSV(B) 307.16º 0.66% 0.65% -
XYZ 22.94 13.33 31.5 -
YUV 100.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 166 57 153 0 0.66 0.08 0.35 307.16 0.49 0.44
Hex A6 39 99 0 42 8 23 133 31 2C
Octal 246 71 231 0 102 10 43 463 61 54
Binary 10100110 111001 10011001 0 1000010 1000 100011 100110011 110001 101100

Color Harmonies of #A63999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63999

Black with #A63999

Text Example


Text Example

White with #A63999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63999; }

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

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

background-color css

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

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

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

border-color css

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

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

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