Html Css Color HEX #AF1F8D Medium Red Violet

📋 copy color: '#AF1F8D'

red 175 ◦ green 31 ◦ blue 141

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

Shades of Medium Red Violet #AF1F8D

Tints of Medium Red Violet #AF1F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 50.43%
G = 8.93%
B = 40.63%

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

#AF1F8D (or 0xAF1F8D) is known color: Medium Red Violet. HEX triplet: AF, 1F and 8D. RGB value is (175,31,141). Sum of RGB (Red+Green+Blue) = 175+31+141=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F8D is #50E072. Grayscale: #565656. Windows color (decimal): -5300339 or 9248687. OLE color: 9248687.

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

Color convert

RGB 175 31 141 -
CMYK 0 0.82 0.19 0.31
HSL 314.17º 0.7% 0.4% -
HSV(B) 314.17º 0.82% 0.69% -
XYZ 22.98 12.02 26.31 -
YUV 86.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 175 31 141 0 0.82 0.19 0.31 314.17 0.7 0.4
Hex AF 1F 8D 0 52 13 1F 13A 46 28
Octal 257 37 215 0 122 23 37 472 106 50
Binary 10101111 11111 10001101 0 1010010 10011 11111 100111010 1000110 101000

Color Harmonies of #AF1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F8D

Black with #AF1F8D

Text Example


Text Example

White with #AF1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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