Html Css Color HEX #AF1C8D Medium Violet Red

📋 copy color: '#AF1C8D'

red 175 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #AF1C8D

Tints of Medium Violet Red #AF1C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 50.87%
G = 8.14%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF1C8D (or 0xAF1C8D) is known color: Medium Violet Red. HEX triplet: AF, 1C and 8D. RGB value is (175,28,141). Sum of RGB (Red+Green+Blue) = 175+28+141=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C8D is #50E372. Grayscale: #545454. Windows color (decimal): -5301107 or 9247919. OLE color: 9247919.

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

Color convert

RGB 175 28 141 -
CMYK 0 0.84 0.19 0.31
HSL 313.88º 0.72% 0.4% -
HSV(B) 313.88º 0.84% 0.69% -
XYZ 22.9 11.87 26.28 -
YUV 84.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 175 28 141 0 0.84 0.19 0.31 313.88 0.72 0.4
Hex AF 1C 8D 0 54 13 1F 13A 48 28
Octal 257 34 215 0 124 23 37 472 110 50
Binary 10101111 11100 10001101 0 1010100 10011 11111 100111010 1001000 101000

Color Harmonies of #AF1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C8D

Black with #AF1C8D

Text Example


Text Example

White with #AF1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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