Html Css Color HEX #AF1C87 Medium Violet Red

📋 copy color: '#AF1C87'

red 175 ◦ green 28 ◦ blue 135

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

Shades of Medium Violet Red #AF1C87

Tints of Medium Violet Red #AF1C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 51.78%
G = 8.28%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1C87 (or 0xAF1C87) is known color: Medium Violet Red. HEX triplet: AF, 1C and 87. RGB value is (175,28,135). Sum of RGB (Red+Green+Blue) = 175+28+135=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C87 is #50E378. Grayscale: #535353. Windows color (decimal): -5301113 or 8854703. OLE color: 8854703.

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

Color convert

RGB 175 28 135 -
CMYK 0 0.84 0.23 0.31
HSL 316.33º 0.72% 0.4% -
HSV(B) 316.33º 0.84% 0.69% -
XYZ 22.47 11.69 23.99 -
YUV 84.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 175 28 135 0 0.84 0.23 0.31 316.33 0.72 0.4
Hex AF 1C 87 0 54 17 1F 13C 48 28
Octal 257 34 207 0 124 27 37 474 110 50
Binary 10101111 11100 10000111 0 1010100 10111 11111 100111100 1001000 101000

Color Harmonies of #AF1C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C87

Black with #AF1C87

Text Example


Text Example

White with #AF1C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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