Html Css Color HEX #AF109D Medium Violet Red

📋 copy color: '#AF109D'

red 175 ◦ green 16 ◦ blue 157

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

Shades of Medium Violet Red #AF109D

Tints of Medium Violet Red #AF109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 50.29%
G = 4.6%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF109D (or 0xAF109D) is known color: Medium Violet Red. HEX triplet: AF, 10 and 9D. RGB value is (175,16,157). Sum of RGB (Red+Green+Blue) = 175+16+157=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF109D is #50EF62. Grayscale: #4F4F4F. Windows color (decimal): -5304163 or 10293423. OLE color: 10293423.

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

Color convert

RGB 175 16 157 -
CMYK 0 0.91 0.10 0.31
HSL 306.79º 0.83% 0.37% -
HSV(B) 306.79º 0.91% 0.69% -
XYZ 23.95 11.92 32.94 -
YUV 79.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 175 16 157 0 0.91 0.10 0.31 306.79 0.83 0.37
Hex AF 10 9D 0 5B A 1F 133 53 25
Octal 257 20 235 0 133 12 37 463 123 45
Binary 10101111 10000 10011101 0 1011011 1010 11111 100110011 1010011 100101

Color Harmonies of #AF109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF109D

Black with #AF109D

Text Example


Text Example

White with #AF109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF109D; }

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

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

background-color css

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

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

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

border-color css

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

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

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