Html Css Color HEX #A63380 Medium Red Violet

📋 copy color: '#A63380'

red 166 ◦ green 51 ◦ blue 128

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

Shades of Medium Red Violet #A63380

Tints of Medium Red Violet #A63380

RGB

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

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

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

R = 48.12%
G = 14.78%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A63380 (or 0xA63380) is known color: Medium Red Violet. HEX triplet: A6, 33 and 80. RGB value is (166,51,128). Sum of RGB (Red+Green+Blue) = 166+51+128=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A63380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63380 is #59CC7F. Grayscale: #5D5D5D. Windows color (decimal): -5885056 or 8401830. OLE color: 8401830.

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

Color convert

RGB 166 51 128 -
CMYK 0 0.69 0.23 0.35
HSL 319.83º 0.53% 0.43% -
HSV(B) 319.83º 0.69% 0.65% -
XYZ 20.81 12.03 21.65 -
YUV 94.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 166 51 128 0 0.69 0.23 0.35 319.83 0.53 0.43
Hex A6 33 80 0 45 17 23 140 35 2B
Octal 246 63 200 0 105 27 43 500 65 53
Binary 10100110 110011 10000000 0 1000101 10111 100011 101000000 110101 101011

Color Harmonies of #A63380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63380

Black with #A63380

Text Example


Text Example

White with #A63380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63380; }

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

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

background-color css

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

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

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

border-color css

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

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

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