Html Css Color HEX #AF1099 Medium Violet Red

📋 copy color: '#AF1099'

red 175 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #AF1099

Tints of Medium Violet Red #AF1099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 50.87%
G = 4.65%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1099 (or 0xAF1099) is known color: Medium Violet Red. HEX triplet: AF, 10 and 99. RGB value is (175,16,153). Sum of RGB (Red+Green+Blue) = 175+16+153=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1099 is #50EF66. Grayscale: #4E4E4E. Windows color (decimal): -5304167 or 10031279. OLE color: 10031279.

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

Color convert

RGB 175 16 153 -
CMYK 0 0.91 0.13 0.31
HSL 308.3º 0.83% 0.37% -
HSV(B) 308.3º 0.91% 0.69% -
XYZ 23.61 11.78 31.17 -
YUV 79.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 175 16 153 0 0.91 0.13 0.31 308.3 0.83 0.37
Hex AF 10 99 0 5B D 1F 134 53 25
Octal 257 20 231 0 133 15 37 464 123 45
Binary 10101111 10000 10011001 0 1011011 1101 11111 100110100 1010011 100101

Color Harmonies of #AF1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1099

Black with #AF1099

Text Example


Text Example

White with #AF1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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