Html Css Color HEX #A62CA0 Medium Red Violet

📋 copy color: '#A62CA0'

red 166 ◦ green 44 ◦ blue 160

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

Shades of Medium Red Violet #A62CA0

Tints of Medium Red Violet #A62CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 44.86%
G = 11.89%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A62CA0 (or 0xA62CA0) is known color: Medium Red Violet. HEX triplet: A6, 2C and A0. RGB value is (166,44,160). Sum of RGB (Red+Green+Blue) = 166+44+160=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA0 is #59D35F. Grayscale: #5D5D5D. Windows color (decimal): -5886816 or 10497190. OLE color: 10497190.

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

Color convert

RGB 166 44 160 -
CMYK 0 0.73 0.04 0.35
HSL 302.95º 0.58% 0.41% -
HSV(B) 302.95º 0.73% 0.65% -
XYZ 22.97 12.45 34.45 -
YUV 93.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 166 44 160 0 0.73 0.04 0.35 302.95 0.58 0.41
Hex A6 2C A0 0 49 4 23 12F 3A 29
Octal 246 54 240 0 111 4 43 457 72 51
Binary 10100110 101100 10100000 0 1001001 100 100011 100101111 111010 101001

Color Harmonies of #A62CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CA0

Black with #A62CA0

Text Example


Text Example

White with #A62CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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