Html Css Color HEX #A722A0 Medium Red Violet

📋 copy color: '#A722A0'

red 167 ◦ green 34 ◦ blue 160

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

Shades of Medium Red Violet #A722A0

Tints of Medium Red Violet #A722A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 46.26%
G = 9.42%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A722A0 (or 0xA722A0) is known color: Medium Red Violet. HEX triplet: A7, 22 and A0. RGB value is (167,34,160). Sum of RGB (Red+Green+Blue) = 167+34+160=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A722A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A722A0 is #58DD5F. Grayscale: #575757. Windows color (decimal): -5823840 or 10494631. OLE color: 10494631.

HSL color Cylindrical-coordinate representation of color #A722A0: hue angle of 303.16º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A722A0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 34 160 -
CMYK 0 0.80 0.04 0.35
HSL 303.16º 0.66% 0.39% -
HSV(B) 303.16º 0.8% 0.65% -
XYZ 22.85 11.9 34.35 -
YUV 88.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 167 34 160 0 0.80 0.04 0.35 303.16 0.66 0.39
Hex A7 22 A0 0 50 4 23 12F 42 27
Octal 247 42 240 0 120 4 43 457 102 47
Binary 10100111 100010 10100000 0 1010000 100 100011 100101111 1000010 100111

Color Harmonies of #A722A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A722A0

Black with #A722A0

Text Example


Text Example

White with #A722A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A722A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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