Html Css Color HEX #AF0583 Medium Violet Red

📋 copy color: '#AF0583'

red 175 ◦ green 5 ◦ blue 131

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

Shades of Medium Violet Red #AF0583

Tints of Medium Violet Red #AF0583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 56.27%
G = 1.61%
B = 42.12%

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

#AF0583 (or 0xAF0583) is known color: Medium Violet Red. HEX triplet: AF, 05 and 83. RGB value is (175,5,131). Sum of RGB (Red+Green+Blue) = 175+5+131=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0583 is #50FA7C. Grayscale: #454545. Windows color (decimal): -5307005 or 8586671. OLE color: 8586671.

HSL color Cylindrical-coordinate representation of color #AF0583: hue angle of 315.53º 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 #AF0583 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 131 -
CMYK 0 0.97 0.25 0.31
HSL 315.53º 0.94% 0.35% -
HSV(B) 315.53º 0.97% 0.69% -
XYZ 21.83 10.86 22.42 -
YUV 70.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 175 5 131 0 0.97 0.25 0.31 315.53 0.94 0.35
Hex AF 5 83 0 61 19 1F 13C 5E 23
Octal 257 5 203 0 141 31 37 474 136 43
Binary 10101111 101 10000011 0 1100001 11001 11111 100111100 1011110 100011

Color Harmonies of #AF0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0583

Black with #AF0583

Text Example


Text Example

White with #AF0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0583; }

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

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

background-color css

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

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

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

border-color css

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

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

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