Html Css Color HEX #AF1189 Medium Violet Red

📋 copy color: '#AF1189'

red 175 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #AF1189

Tints of Medium Violet Red #AF1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 53.19%
G = 5.17%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1189 (or 0xAF1189) is known color: Medium Violet Red. HEX triplet: AF, 11 and 89. RGB value is (175,17,137). Sum of RGB (Red+Green+Blue) = 175+17+137=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1189 is #50EE76. Grayscale: #4D4D4D. Windows color (decimal): -5303927 or 8982959. OLE color: 8982959.

HSL color Cylindrical-coordinate representation of color #AF1189: hue angle of 314.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1189 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 137 -
CMYK 0 0.90 0.22 0.31
HSL 314.43º 0.82% 0.38% -
HSV(B) 314.43º 0.9% 0.69% -
XYZ 22.4 11.32 24.67 -
YUV 77.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 175 17 137 0 0.90 0.22 0.31 314.43 0.82 0.38
Hex AF 11 89 0 5A 16 1F 13A 52 26
Octal 257 21 211 0 132 26 37 472 122 46
Binary 10101111 10001 10001001 0 1011010 10110 11111 100111010 1010010 100110

Color Harmonies of #AF1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1189

Black with #AF1189

Text Example


Text Example

White with #AF1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1189; }

 p { color: rgb(175,17,137); }

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

background-color css

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

 a { background-color: rgb(175,17,137); }

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

border-color css

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

 span { border-color: rgb(175,17,137); }

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