Html Css Color HEX #A63E80 Medium Red Violet

📋 copy color: '#A63E80'

red 166 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #A63E80

Tints of Medium Red Violet #A63E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 46.63%
G = 17.42%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A63E80 (or 0xA63E80) is known color: Medium Red Violet. HEX triplet: A6, 3E and 80. RGB value is (166,62,128). Sum of RGB (Red+Green+Blue) = 166+62+128=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E80 is #59C17F. Grayscale: #646464. Windows color (decimal): -5882240 or 8404646. OLE color: 8404646.

HSL color Cylindrical-coordinate representation of color #A63E80: hue angle of 321.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E80 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 62 128 -
CMYK 0 0.63 0.23 0.35
HSL 321.92º 0.46% 0.45% -
HSV(B) 321.92º 0.63% 0.65% -
XYZ 21.34 13.11 21.83 -
YUV 100.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 166 62 128 0 0.63 0.23 0.35 321.92 0.46 0.45
Hex A6 3E 80 0 3F 17 23 142 2E 2D
Octal 246 76 200 0 77 27 43 502 56 55
Binary 10100110 111110 10000000 0 111111 10111 100011 101000010 101110 101101

Color Harmonies of #A63E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E80

Black with #A63E80

Text Example


Text Example

White with #A63E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E80; }

 p { color: rgb(166,62,128); }

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

background-color css

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

 a { background-color: rgb(166,62,128); }

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

border-color css

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

 span { border-color: rgb(166,62,128); }

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