Html Css Color HEX #A62983 Medium Red Violet

📋 copy color: '#A62983'

red 166 ◦ green 41 ◦ blue 131

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

Shades of Medium Red Violet #A62983

Tints of Medium Red Violet #A62983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 49.11%
G = 12.13%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A62983 (or 0xA62983) is known color: Medium Red Violet. HEX triplet: A6, 29 and 83. RGB value is (166,41,131). Sum of RGB (Red+Green+Blue) = 166+41+131=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A62983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62983 is #59D67C. Grayscale: #585858. Windows color (decimal): -5887613 or 8595878. OLE color: 8595878.

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

Color convert

RGB 166 41 131 -
CMYK 0 0.75 0.21 0.35
HSL 316.8º 0.6% 0.41% -
HSV(B) 316.8º 0.75% 0.65% -
XYZ 20.62 11.33 22.57 -
YUV 88.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 166 41 131 0 0.75 0.21 0.35 316.8 0.6 0.41
Hex A6 29 83 0 4B 15 23 13D 3C 29
Octal 246 51 203 0 113 25 43 475 74 51
Binary 10100110 101001 10000011 0 1001011 10101 100011 100111101 111100 101001

Color Harmonies of #A62983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62983

Black with #A62983

Text Example


Text Example

White with #A62983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62983; }

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

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

background-color css

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

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

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

border-color css

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

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

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