Html Css Color HEX #AF107C Medium Violet Red

📋 copy color: '#AF107C'

red 175 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #AF107C

Tints of Medium Violet Red #AF107C

RGB

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

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

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

R = 55.56%
G = 5.08%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF107C (or 0xAF107C) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7C. RGB value is (175,16,124). Sum of RGB (Red+Green+Blue) = 175+16+124=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107C is #50EF83. Grayscale: #4B4B4B. Windows color (decimal): -5304196 or 8130735. OLE color: 8130735.

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

Color convert

RGB 175 16 124 -
CMYK 0 0.91 0.29 0.31
HSL 319.25º 0.83% 0.37% -
HSV(B) 319.25º 0.91% 0.69% -
XYZ 21.5 10.94 20.05 -
YUV 75.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 175 16 124 0 0.91 0.29 0.31 319.25 0.83 0.37
Hex AF 10 7C 0 5B 1D 1F 13F 53 25
Octal 257 20 174 0 133 35 37 477 123 45
Binary 10101111 10000 1111100 0 1011011 11101 11111 100111111 1010011 100101

Color Harmonies of #AF107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF107C

Black with #AF107C

Text Example


Text Example

White with #AF107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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