Html Css Color HEX #AF1E8D Medium Red Violet

📋 copy color: '#AF1E8D'

red 175 ◦ green 30 ◦ blue 141

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

Shades of Medium Red Violet #AF1E8D

Tints of Medium Red Violet #AF1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 50.58%
G = 8.67%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF1E8D (or 0xAF1E8D) is known color: Medium Red Violet. HEX triplet: AF, 1E and 8D. RGB value is (175,30,141). Sum of RGB (Red+Green+Blue) = 175+30+141=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E8D is #50E172. Grayscale: #555555. Windows color (decimal): -5300595 or 9248431. OLE color: 9248431.

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

Color convert

RGB 175 30 141 -
CMYK 0 0.83 0.19 0.31
HSL 314.07º 0.71% 0.4% -
HSV(B) 314.07º 0.83% 0.69% -
XYZ 22.95 11.97 26.3 -
YUV 86.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 175 30 141 0 0.83 0.19 0.31 314.07 0.71 0.4
Hex AF 1E 8D 0 53 13 1F 13A 47 28
Octal 257 36 215 0 123 23 37 472 107 50
Binary 10101111 11110 10001101 0 1010011 10011 11111 100111010 1000111 101000

Color Harmonies of #AF1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E8D

Black with #AF1E8D

Text Example


Text Example

White with #AF1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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