Html Css Color HEX #AF109B Medium Violet Red

📋 copy color: '#AF109B'

red 175 ◦ green 16 ◦ blue 155

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

Shades of Medium Violet Red #AF109B

Tints of Medium Violet Red #AF109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 50.58%
G = 4.62%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF109B (or 0xAF109B) is known color: Medium Violet Red. HEX triplet: AF, 10 and 9B. RGB value is (175,16,155). Sum of RGB (Red+Green+Blue) = 175+16+155=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF109B is #50EF64. Grayscale: #4E4E4E. Windows color (decimal): -5304165 or 10162351. OLE color: 10162351.

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

Color convert

RGB 175 16 155 -
CMYK 0 0.91 0.11 0.31
HSL 307.55º 0.83% 0.37% -
HSV(B) 307.55º 0.91% 0.69% -
XYZ 23.78 11.85 32.04 -
YUV 79.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 175 16 155 0 0.91 0.11 0.31 307.55 0.83 0.37
Hex AF 10 9B 0 5B B 1F 134 53 25
Octal 257 20 233 0 133 13 37 464 123 45
Binary 10101111 10000 10011011 0 1011011 1011 11111 100110100 1010011 100101

Color Harmonies of #AF109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF109B

Black with #AF109B

Text Example


Text Example

White with #AF109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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