Html Css Color HEX #AF118D Medium Violet Red

📋 copy color: '#AF118D'

red 175 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #AF118D

Tints of Medium Violet Red #AF118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

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

R = 52.55%
G = 5.11%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF118D (or 0xAF118D) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8D. RGB value is (175,17,141). Sum of RGB (Red+Green+Blue) = 175+17+141=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118D is #50EE72. Grayscale: #4E4E4E. Windows color (decimal): -5303923 or 9245103. OLE color: 9245103.

HSL color Cylindrical-coordinate representation of color #AF118D: hue angle of 312.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF118D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 141 -
CMYK 0 0.90 0.19 0.31
HSL 312.91º 0.82% 0.38% -
HSV(B) 312.91º 0.9% 0.69% -
XYZ 22.69 11.44 26.21 -
YUV 78.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 175 17 141 0 0.90 0.19 0.31 312.91 0.82 0.38
Hex AF 11 8D 0 5A 13 1F 139 52 26
Octal 257 21 215 0 132 23 37 471 122 46
Binary 10101111 10001 10001101 0 1011010 10011 11111 100111001 1010010 100110

Color Harmonies of #AF118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF118D

Black with #AF118D

Text Example


Text Example

White with #AF118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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