Html Css Color HEX #AF127C Medium Violet Red

📋 copy color: '#AF127C'

red 175 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #AF127C

Tints of Medium Violet Red #AF127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 55.21%
G = 5.68%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF127C (or 0xAF127C) is known color: Medium Violet Red. HEX triplet: AF, 12 and 7C. RGB value is (175,18,124). Sum of RGB (Red+Green+Blue) = 175+18+124=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF127C is #50ED83. Grayscale: #4C4C4C. Windows color (decimal): -5303684 or 8131247. OLE color: 8131247.

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

Color convert

RGB 175 18 124 -
CMYK 0 0.90 0.29 0.31
HSL 319.49º 0.81% 0.38% -
HSV(B) 319.49º 0.9% 0.69% -
XYZ 21.53 11 20.06 -
YUV 77.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 175 18 124 0 0.90 0.29 0.31 319.49 0.81 0.38
Hex AF 12 7C 0 5A 1D 1F 13F 51 26
Octal 257 22 174 0 132 35 37 477 121 46
Binary 10101111 10010 1111100 0 1011010 11101 11111 100111111 1010001 100110

Color Harmonies of #AF127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF127C

Black with #AF127C

Text Example


Text Example

White with #AF127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF127C; }

 p { color: rgb(175,18,124); }

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

background-color css

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

 a { background-color: rgb(175,18,124); }

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

border-color css

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

 span { border-color: rgb(175,18,124); }

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