Html Css Color HEX #AF0582 Medium Violet Red

📋 copy color: '#AF0582'

red 175 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #AF0582

Tints of Medium Violet Red #AF0582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 56.45%
G = 1.61%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF0582 (or 0xAF0582) is known color: Medium Violet Red. HEX triplet: AF, 05 and 82. RGB value is (175,5,130). Sum of RGB (Red+Green+Blue) = 175+5+130=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0582 is #50FA7D. Grayscale: #454545. Windows color (decimal): -5307006 or 8521135. OLE color: 8521135.

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

Color convert

RGB 175 5 130 -
CMYK 0 0.97 0.26 0.31
HSL 315.88º 0.94% 0.35% -
HSV(B) 315.88º 0.97% 0.69% -
XYZ 21.76 10.83 22.06 -
YUV 70.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 175 5 130 0 0.97 0.26 0.31 315.88 0.94 0.35
Hex AF 5 82 0 61 1A 1F 13C 5E 23
Octal 257 5 202 0 141 32 37 474 136 43
Binary 10101111 101 10000010 0 1100001 11010 11111 100111100 1011110 100011

Color Harmonies of #AF0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0582

Black with #AF0582

Text Example


Text Example

White with #AF0582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0582; }

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

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

background-color css

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

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

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

border-color css

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

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

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