Html Css Color HEX #A63480 Medium Red Violet

📋 copy color: '#A63480'

red 166 ◦ green 52 ◦ blue 128

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

Shades of Medium Red Violet #A63480

Tints of Medium Red Violet #A63480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 47.98%
G = 15.03%
B = 36.99%

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

#A63480 (or 0xA63480) is known color: Medium Red Violet. HEX triplet: A6, 34 and 80. RGB value is (166,52,128). Sum of RGB (Red+Green+Blue) = 166+52+128=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A63480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63480 is #59CB7F. Grayscale: #5E5E5E. Windows color (decimal): -5884800 or 8402086. OLE color: 8402086.

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

Color convert

RGB 166 52 128 -
CMYK 0 0.69 0.23 0.35
HSL 320º 0.52% 0.43% -
HSV(B) 320º 0.69% 0.65% -
XYZ 20.85 12.12 21.66 -
YUV 94.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 166 52 128 0 0.69 0.23 0.35 320 0.52 0.43
Hex A6 34 80 0 45 17 23 140 34 2B
Octal 246 64 200 0 105 27 43 500 64 53
Binary 10100110 110100 10000000 0 1000101 10111 100011 101000000 110100 101011

Color Harmonies of #A63480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63480

Black with #A63480

Text Example


Text Example

White with #A63480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63480; }

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

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

background-color css

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

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

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

border-color css

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

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

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