Html Css Color HEX #A62D9F Medium Red Violet

📋 copy color: '#A62D9F'

red 166 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #A62D9F

Tints of Medium Red Violet #A62D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 44.86%
G = 12.16%
B = 42.97%

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

#A62D9F (or 0xA62D9F) is known color: Medium Red Violet. HEX triplet: A6, 2D and 9F. RGB value is (166,45,159). Sum of RGB (Red+Green+Blue) = 166+45+159=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62D9F is #59D260. Grayscale: #5D5D5D. Windows color (decimal): -5886561 or 10431910. OLE color: 10431910.

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

Color convert

RGB 166 45 159 -
CMYK 0 0.73 0.04 0.35
HSL 303.47º 0.57% 0.41% -
HSV(B) 303.47º 0.73% 0.65% -
XYZ 22.92 12.49 34 -
YUV 94.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 166 45 159 0 0.73 0.04 0.35 303.47 0.57 0.41
Hex A6 2D 9F 0 49 4 23 12F 39 29
Octal 246 55 237 0 111 4 43 457 71 51
Binary 10100110 101101 10011111 0 1001001 100 100011 100101111 111001 101001

Color Harmonies of #A62D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D9F

Black with #A62D9F

Text Example


Text Example

White with #A62D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D9F; }

 p { color: rgb(166,45,159); }

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

background-color css

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

 a { background-color: rgb(166,45,159); }

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

border-color css

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

 span { border-color: rgb(166,45,159); }

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