Html Css Color HEX #AF118C Medium Violet Red

📋 copy color: '#AF118C'

red 175 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #AF118C

Tints of Medium Violet Red #AF118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 52.71%
G = 5.12%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF118C (or 0xAF118C) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8C. RGB value is (175,17,140). Sum of RGB (Red+Green+Blue) = 175+17+140=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118C is #50EE73. Grayscale: #4D4D4D. Windows color (decimal): -5303924 or 9179567. OLE color: 9179567.

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

Color convert

RGB 175 17 140 -
CMYK 0 0.90 0.2 0.31
HSL 313.29º 0.82% 0.38% -
HSV(B) 313.29º 0.9% 0.69% -
XYZ 22.61 11.41 25.82 -
YUV 78.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 175 17 140 0 0.90 0.2 0.31 313.29 0.82 0.38
Hex AF 11 8C 0 5A 14 1F 139 52 26
Octal 257 21 214 0 132 24 37 471 122 46
Binary 10101111 10001 10001100 0 1011010 10100 11111 100111001 1010010 100110

Color Harmonies of #AF118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF118C

Black with #AF118C

Text Example


Text Example

White with #AF118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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