Html Css Color HEX #AF1194 Medium Violet Red

📋 copy color: '#AF1194'

red 175 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #AF1194

Tints of Medium Violet Red #AF1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 51.47%
G = 5%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF1194 (or 0xAF1194) is known color: Medium Violet Red. HEX triplet: AF, 11 and 94. RGB value is (175,17,148). Sum of RGB (Red+Green+Blue) = 175+17+148=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1194 is #50EE6B. Grayscale: #4E4E4E. Windows color (decimal): -5303916 or 9703855. OLE color: 9703855.

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

Color convert

RGB 175 17 148 -
CMYK 0 0.90 0.15 0.31
HSL 310.25º 0.82% 0.38% -
HSV(B) 310.25º 0.9% 0.69% -
XYZ 23.22 11.65 29.04 -
YUV 79.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 175 17 148 0 0.90 0.15 0.31 310.25 0.82 0.38
Hex AF 11 94 0 5A F 1F 136 52 26
Octal 257 21 224 0 132 17 37 466 122 46
Binary 10101111 10001 10010100 0 1011010 1111 11111 100110110 1010010 100110

Color Harmonies of #AF1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1194

Black with #AF1194

Text Example


Text Example

White with #AF1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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