Html Css Color HEX #A725A0 Medium Red Violet

📋 copy color: '#A725A0'

red 167 ◦ green 37 ◦ blue 160

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

Shades of Medium Red Violet #A725A0

Tints of Medium Red Violet #A725A0

RGB

 RED value IS 167 (65.63% from 255) = 45.88%

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

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

R = 45.88%
G = 10.16%
B = 43.96%

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

#A725A0 (or 0xA725A0) is known color: Medium Red Violet. HEX triplet: A7, 25 and A0. RGB value is (167,37,160). Sum of RGB (Red+Green+Blue) = 167+37+160=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A725A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725A0 is #58DA5F. Grayscale: #595959. Windows color (decimal): -5823072 or 10495399. OLE color: 10495399.

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

Color convert

RGB 167 37 160 -
CMYK 0 0.78 0.04 0.35
HSL 303.23º 0.64% 0.4% -
HSV(B) 303.23º 0.78% 0.65% -
XYZ 22.94 12.08 34.38 -
YUV 89.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 167 37 160 0 0.78 0.04 0.35 303.23 0.64 0.4
Hex A7 25 A0 0 4E 4 23 12F 40 28
Octal 247 45 240 0 116 4 43 457 100 50
Binary 10100111 100101 10100000 0 1001110 100 100011 100101111 1000000 101000

Color Harmonies of #A725A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725A0

Black with #A725A0

Text Example


Text Example

White with #A725A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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