Html Css Color HEX #AF107F Medium Violet Red

📋 copy color: '#AF107F'

red 175 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #AF107F

Tints of Medium Violet Red #AF107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 127 (50% from 255) = 39.94%

R = 55.03%
G = 5.03%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF107F (or 0xAF107F) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7F. RGB value is (175,16,127). Sum of RGB (Red+Green+Blue) = 175+16+127=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107F is #50EF80. Grayscale: #4B4B4B. Windows color (decimal): -5304193 or 8327343. OLE color: 8327343.

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

Color convert

RGB 175 16 127 -
CMYK 0 0.91 0.27 0.31
HSL 318.11º 0.83% 0.37% -
HSV(B) 318.11º 0.91% 0.69% -
XYZ 21.7 11.02 21.06 -
YUV 76.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 175 16 127 0 0.91 0.27 0.31 318.11 0.83 0.37
Hex AF 10 7F 0 5B 1B 1F 13E 53 25
Octal 257 20 177 0 133 33 37 476 123 45
Binary 10101111 10000 1111111 0 1011011 11011 11111 100111110 1010011 100101

Color Harmonies of #AF107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF107F

Black with #AF107F

Text Example


Text Example

White with #AF107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF107F; }

 p { color: rgb(175,16,127); }

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

background-color css

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

 a { background-color: rgb(175,16,127); }

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

border-color css

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

 span { border-color: rgb(175,16,127); }

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