Html Css Color HEX #AF1F8E Medium Red Violet

📋 copy color: '#AF1F8E'

red 175 ◦ green 31 ◦ blue 142

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

Shades of Medium Red Violet #AF1F8E

Tints of Medium Red Violet #AF1F8E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

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

R = 50.29%
G = 8.91%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF1F8E (or 0xAF1F8E) is known color: Medium Red Violet. HEX triplet: AF, 1F and 8E. RGB value is (175,31,142). Sum of RGB (Red+Green+Blue) = 175+31+142=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F8E is #50E071. Grayscale: #565656. Windows color (decimal): -5300338 or 9314223. OLE color: 9314223.

HSL color Cylindrical-coordinate representation of color #AF1F8E: hue angle of 313.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F8E is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 142 -
CMYK 0 0.82 0.19 0.31
HSL 313.75º 0.7% 0.4% -
HSV(B) 313.75º 0.82% 0.69% -
XYZ 23.05 12.05 26.7 -
YUV 86.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 175 31 142 0 0.82 0.19 0.31 313.75 0.7 0.4
Hex AF 1F 8E 0 52 13 1F 13A 46 28
Octal 257 37 216 0 122 23 37 472 106 50
Binary 10101111 11111 10001110 0 1010010 10011 11111 100111010 1000110 101000

Color Harmonies of #AF1F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F8E

Black with #AF1F8E

Text Example


Text Example

White with #AF1F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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