Html Css Color HEX #AF017F Medium Violet Red

📋 copy color: '#AF017F'

red 175 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #AF017F

Tints of Medium Violet Red #AF017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 57.76%
G = 0.33%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF017F (or 0xAF017F) is known color: Medium Violet Red. HEX triplet: AF, 01 and 7F. RGB value is (175,1,127). Sum of RGB (Red+Green+Blue) = 175+1+127=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF017F is #50FE80. Grayscale: #434343. Windows color (decimal): -5308033 or 8323503. OLE color: 8323503.

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

Color convert

RGB 175 1 127 -
CMYK 0 0.99 0.27 0.31
HSL 316.55º 0.99% 0.35% -
HSV(B) 316.55º 0.99% 0.69% -
XYZ 21.52 10.67 21 -
YUV 67.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 175 1 127 0 0.99 0.27 0.31 316.55 0.99 0.35
Hex AF 1 7F 0 63 1B 1F 13D 63 23
Octal 257 1 177 0 143 33 37 475 143 43
Binary 10101111 1 1111111 0 1100011 11011 11111 100111101 1100011 100011

Color Harmonies of #AF017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF017F

Black with #AF017F

Text Example


Text Example

White with #AF017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF017F; }

 p { color: rgb(175,1,127); }

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

background-color css

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

 a { background-color: rgb(175,1,127); }

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

border-color css

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

 span { border-color: rgb(175,1,127); }

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