Html Css Color HEX #AF1192 Medium Violet Red

📋 copy color: '#AF1192'

red 175 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #AF1192

Tints of Medium Violet Red #AF1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 51.78%
G = 5.03%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF1192 (or 0xAF1192) is known color: Medium Violet Red. HEX triplet: AF, 11 and 92. RGB value is (175,17,146). Sum of RGB (Red+Green+Blue) = 175+17+146=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1192 is #50EE6D. Grayscale: #4E4E4E. Windows color (decimal): -5303918 or 9572783. OLE color: 9572783.

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

Color convert

RGB 175 17 146 -
CMYK 0 0.90 0.17 0.31
HSL 311.01º 0.82% 0.38% -
HSV(B) 311.01º 0.9% 0.69% -
XYZ 23.07 11.59 28.22 -
YUV 78.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 175 17 146 0 0.90 0.17 0.31 311.01 0.82 0.38
Hex AF 11 92 0 5A 11 1F 137 52 26
Octal 257 21 222 0 132 21 37 467 122 46
Binary 10101111 10001 10010010 0 1011010 10001 11111 100110111 1010010 100110

Color Harmonies of #AF1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1192

Black with #AF1192

Text Example


Text Example

White with #AF1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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