Html Css Color HEX #AF018F Medium Violet Red

📋 copy color: '#AF018F'

red 175 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #AF018F

Tints of Medium Violet Red #AF018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.83%

R = 54.86%
G = 0.31%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF018F (or 0xAF018F) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8F. RGB value is (175,1,143). Sum of RGB (Red+Green+Blue) = 175+1+143=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018F is #50FE70. Grayscale: #444444. Windows color (decimal): -5308017 or 9372079. OLE color: 9372079.

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

Color convert

RGB 175 1 143 -
CMYK 0 0.99 0.18 0.31
HSL 311.03º 0.99% 0.35% -
HSV(B) 311.03º 0.99% 0.69% -
XYZ 22.65 11.12 26.94 -
YUV 69.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 175 1 143 0 0.99 0.18 0.31 311.03 0.99 0.35
Hex AF 1 8F 0 63 12 1F 137 63 23
Octal 257 1 217 0 143 22 37 467 143 43
Binary 10101111 1 10001111 0 1100011 10010 11111 100110111 1100011 100011

Color Harmonies of #AF018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF018F

Black with #AF018F

Text Example


Text Example

White with #AF018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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