Html Css Color HEX #AF0581 Medium Violet Red

📋 copy color: '#AF0581'

red 175 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #AF0581

Tints of Medium Violet Red #AF0581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 56.63%
G = 1.62%
B = 41.75%

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

#AF0581 (or 0xAF0581) is known color: Medium Violet Red. HEX triplet: AF, 05 and 81. RGB value is (175,5,129). Sum of RGB (Red+Green+Blue) = 175+5+129=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0581 is #50FA7E. Grayscale: #454545. Windows color (decimal): -5307007 or 8455599. OLE color: 8455599.

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

Color convert

RGB 175 5 129 -
CMYK 0 0.97 0.26 0.31
HSL 316.24º 0.94% 0.35% -
HSV(B) 316.24º 0.97% 0.69% -
XYZ 21.7 10.81 21.71 -
YUV 69.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 175 5 129 0 0.97 0.26 0.31 316.24 0.94 0.35
Hex AF 5 81 0 61 1A 1F 13C 5E 23
Octal 257 5 201 0 141 32 37 474 136 43
Binary 10101111 101 10000001 0 1100001 11010 11111 100111100 1011110 100011

Color Harmonies of #AF0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0581

Black with #AF0581

Text Example


Text Example

White with #AF0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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