Html Css Color HEX #A62380 Medium Red Violet

📋 copy color: '#A62380'

red 166 ◦ green 35 ◦ blue 128

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

Shades of Medium Red Violet #A62380

Tints of Medium Red Violet #A62380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 50.46%
G = 10.64%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A62380 (or 0xA62380) is known color: Medium Red Violet. HEX triplet: A6, 23 and 80. RGB value is (166,35,128). Sum of RGB (Red+Green+Blue) = 166+35+128=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A62380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62380 is #59DC7F. Grayscale: #545454. Windows color (decimal): -5889152 or 8397734. OLE color: 8397734.

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

Color convert

RGB 166 35 128 -
CMYK 0 0.79 0.23 0.35
HSL 317.4º 0.65% 0.39% -
HSV(B) 317.4º 0.79% 0.65% -
XYZ 20.22 10.87 21.45 -
YUV 84.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 166 35 128 0 0.79 0.23 0.35 317.4 0.65 0.39
Hex A6 23 80 0 4F 17 23 13D 41 27
Octal 246 43 200 0 117 27 43 475 101 47
Binary 10100110 100011 10000000 0 1001111 10111 100011 100111101 1000001 100111

Color Harmonies of #A62380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62380

Black with #A62380

Text Example


Text Example

White with #A62380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62380; }

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

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

background-color css

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

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

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

border-color css

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

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

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