Html Css Color HEX #A625A0 Medium Red Violet

📋 copy color: '#A625A0'

red 166 ◦ green 37 ◦ blue 160

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

Shades of Medium Red Violet #A625A0

Tints of Medium Red Violet #A625A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

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

R = 45.73%
G = 10.19%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A625A0 (or 0xA625A0) is known color: Medium Red Violet. HEX triplet: A6, 25 and A0. RGB value is (166,37,160). Sum of RGB (Red+Green+Blue) = 166+37+160=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A625A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625A0 is #59DA5F. Grayscale: #595959. Windows color (decimal): -5888608 or 10495398. OLE color: 10495398.

HSL color Cylindrical-coordinate representation of color #A625A0: hue angle of 302.79º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A625A0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 160 -
CMYK 0 0.78 0.04 0.35
HSL 302.79º 0.64% 0.4% -
HSV(B) 302.79º 0.78% 0.65% -
XYZ 22.73 11.97 34.37 -
YUV 89.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 166 37 160 0 0.78 0.04 0.35 302.79 0.64 0.4
Hex A6 25 A0 0 4E 4 23 12F 40 28
Octal 246 45 240 0 116 4 43 457 100 50
Binary 10100110 100101 10100000 0 1001110 100 100011 100101111 1000000 101000

Color Harmonies of #A625A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625A0

Black with #A625A0

Text Example


Text Example

White with #A625A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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