Html Css Color HEX #A62CA1 Medium Red Violet

📋 copy color: '#A62CA1'

red 166 ◦ green 44 ◦ blue 161

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

Shades of Medium Red Violet #A62CA1

Tints of Medium Red Violet #A62CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.86%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 44.74%
G = 11.86%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A62CA1 (or 0xA62CA1) is known color: Medium Red Violet. HEX triplet: A6, 2C and A1. RGB value is (166,44,161). Sum of RGB (Red+Green+Blue) = 166+44+161=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA1 is #59D35E. Grayscale: #5D5D5D. Windows color (decimal): -5886815 or 10562726. OLE color: 10562726.

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

Color convert

RGB 166 44 161 -
CMYK 0 0.73 0.03 0.35
HSL 302.46º 0.58% 0.41% -
HSV(B) 302.46º 0.73% 0.65% -
XYZ 23.06 12.48 34.91 -
YUV 93.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 166 44 161 0 0.73 0.03 0.35 302.46 0.58 0.41
Hex A6 2C A1 0 49 3 23 12E 3A 29
Octal 246 54 241 0 111 3 43 456 72 51
Binary 10100110 101100 10100001 0 1001001 11 100011 100101110 111010 101001

Color Harmonies of #A62CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CA1

Black with #A62CA1

Text Example


Text Example

White with #A62CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CA1; }

 p { color: rgb(166,44,161); }

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

background-color css

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

 a { background-color: rgb(166,44,161); }

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

border-color css

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

 span { border-color: rgb(166,44,161); }

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