Html Css Color HEX #AF1387 Medium Violet Red

📋 copy color: '#AF1387'

red 175 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #AF1387

Tints of Medium Violet Red #AF1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 53.19%
G = 5.78%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1387 (or 0xAF1387) is known color: Medium Violet Red. HEX triplet: AF, 13 and 87. RGB value is (175,19,135). Sum of RGB (Red+Green+Blue) = 175+19+135=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1387 is #50EC78. Grayscale: #4E4E4E. Windows color (decimal): -5303417 or 8852399. OLE color: 8852399.

HSL color Cylindrical-coordinate representation of color #AF1387: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1387 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 135 -
CMYK 0 0.89 0.23 0.31
HSL 315.38º 0.8% 0.38% -
HSV(B) 315.38º 0.89% 0.69% -
XYZ 22.29 11.33 23.93 -
YUV 78.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 175 19 135 0 0.89 0.23 0.31 315.38 0.8 0.38
Hex AF 13 87 0 59 17 1F 13B 50 26
Octal 257 23 207 0 131 27 37 473 120 46
Binary 10101111 10011 10000111 0 1011001 10111 11111 100111011 1010000 100110

Color Harmonies of #AF1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1387

Black with #AF1387

Text Example


Text Example

White with #AF1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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