Html Css Color HEX #A63C83 Medium Red Violet

📋 copy color: '#A63C83'

red 166 ◦ green 60 ◦ blue 131

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

Shades of Medium Red Violet #A63C83

Tints of Medium Red Violet #A63C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 46.5%
G = 16.81%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A63C83 (or 0xA63C83) is known color: Medium Red Violet. HEX triplet: A6, 3C and 83. RGB value is (166,60,131). Sum of RGB (Red+Green+Blue) = 166+60+131=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C83 is #59C37C. Grayscale: #636363. Windows color (decimal): -5882749 or 8600742. OLE color: 8600742.

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

Color convert

RGB 166 60 131 -
CMYK 0 0.64 0.21 0.35
HSL 319.81º 0.47% 0.44% -
HSV(B) 319.81º 0.64% 0.65% -
XYZ 21.44 12.98 22.85 -
YUV 99.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 166 60 131 0 0.64 0.21 0.35 319.81 0.47 0.44
Hex A6 3C 83 0 40 15 23 140 2F 2C
Octal 246 74 203 0 100 25 43 500 57 54
Binary 10100110 111100 10000011 0 1000000 10101 100011 101000000 101111 101100

Color Harmonies of #A63C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C83

Black with #A63C83

Text Example


Text Example

White with #A63C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C83; }

 p { color: rgb(166,60,131); }

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

background-color css

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

 a { background-color: rgb(166,60,131); }

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

border-color css

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

 span { border-color: rgb(166,60,131); }

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