Html Css Color HEX #A725A3 Medium Red Violet

📋 copy color: '#A725A3'

red 167 ◦ green 37 ◦ blue 163

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

Shades of Medium Red Violet #A725A3

Tints of Medium Red Violet #A725A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.41%

R = 45.5%
G = 10.08%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A725A3 (or 0xA725A3) is known color: Medium Red Violet. HEX triplet: A7, 25 and A3. RGB value is (167,37,163). Sum of RGB (Red+Green+Blue) = 167+37+163=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A725A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725A3 is #58DA5C. Grayscale: #595959. Windows color (decimal): -5823069 or 10692007. OLE color: 10692007.

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

Color convert

RGB 167 37 163 -
CMYK 0 0.78 0.02 0.35
HSL 301.85º 0.64% 0.4% -
HSV(B) 301.85º 0.78% 0.65% -
XYZ 23.21 12.18 35.78 -
YUV 90.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 167 37 163 0 0.78 0.02 0.35 301.85 0.64 0.4
Hex A7 25 A3 0 4E 2 23 12E 40 28
Octal 247 45 243 0 116 2 43 456 100 50
Binary 10100111 100101 10100011 0 1001110 10 100011 100101110 1000000 101000

Color Harmonies of #A725A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725A3

Black with #A725A3

Text Example


Text Example

White with #A725A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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