Html Css Color HEX #AF118E Medium Violet Red

📋 copy color: '#AF118E'

red 175 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #AF118E

Tints of Medium Violet Red #AF118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 52.4%
G = 5.09%
B = 42.51%

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

#AF118E (or 0xAF118E) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8E. RGB value is (175,17,142). Sum of RGB (Red+Green+Blue) = 175+17+142=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118E is #50EE71. Grayscale: #4E4E4E. Windows color (decimal): -5303922 or 9310639. OLE color: 9310639.

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

Color convert

RGB 175 17 142 -
CMYK 0 0.90 0.19 0.31
HSL 312.53º 0.82% 0.38% -
HSV(B) 312.53º 0.9% 0.69% -
XYZ 22.76 11.47 26.61 -
YUV 78.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 175 17 142 0 0.90 0.19 0.31 312.53 0.82 0.38
Hex AF 11 8E 0 5A 13 1F 139 52 26
Octal 257 21 216 0 132 23 37 471 122 46
Binary 10101111 10001 10001110 0 1011010 10011 11111 100111001 1010010 100110

Color Harmonies of #AF118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF118E

Black with #AF118E

Text Example


Text Example

White with #AF118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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