Html Css Color HEX #AF0584 Medium Violet Red

📋 copy color: '#AF0584'

red 175 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #AF0584

Tints of Medium Violet Red #AF0584

RGB

 RED value IS 175 (68.75% from 255) = 56.09%

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 56.09%
G = 1.6%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0584 (or 0xAF0584) is known color: Medium Violet Red. HEX triplet: AF, 05 and 84. RGB value is (175,5,132). Sum of RGB (Red+Green+Blue) = 175+5+132=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0584 is #50FA7B. Grayscale: #454545. Windows color (decimal): -5307004 or 8652207. OLE color: 8652207.

HSL color Cylindrical-coordinate representation of color #AF0584: hue angle of 315.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0584 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 132 -
CMYK 0 0.97 0.25 0.31
HSL 315.18º 0.94% 0.35% -
HSV(B) 315.18º 0.97% 0.69% -
XYZ 21.9 10.89 22.78 -
YUV 70.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 175 5 132 0 0.97 0.25 0.31 315.18 0.94 0.35
Hex AF 5 84 0 61 19 1F 13B 5E 23
Octal 257 5 204 0 141 31 37 473 136 43
Binary 10101111 101 10000100 0 1100001 11001 11111 100111011 1011110 100011

Color Harmonies of #AF0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0584

Black with #AF0584

Text Example


Text Example

White with #AF0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0584; }

 p { color: rgb(175,5,132); }

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

background-color css

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

 a { background-color: rgb(175,5,132); }

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

border-color css

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

 span { border-color: rgb(175,5,132); }

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