Html Css Color HEX #AF018E Medium Violet Red

📋 copy color: '#AF018E'

red 175 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #AF018E

Tints of Medium Violet Red #AF018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 55.03%
G = 0.31%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF018E (or 0xAF018E) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8E. RGB value is (175,1,142). Sum of RGB (Red+Green+Blue) = 175+1+142=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018E is #50FE71. Grayscale: #444444. Windows color (decimal): -5308018 or 9306543. OLE color: 9306543.

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

Color convert

RGB 175 1 142 -
CMYK 0 0.99 0.19 0.31
HSL 311.38º 0.99% 0.35% -
HSV(B) 311.38º 0.99% 0.69% -
XYZ 22.57 11.09 26.54 -
YUV 69.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 175 1 142 0 0.99 0.19 0.31 311.38 0.99 0.35
Hex AF 1 8E 0 63 13 1F 137 63 23
Octal 257 1 216 0 143 23 37 467 143 43
Binary 10101111 1 10001110 0 1100011 10011 11111 100110111 1100011 100011

Color Harmonies of #AF018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF018E

Black with #AF018E

Text Example


Text Example

White with #AF018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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