Html Css Color HEX #AF1184 Medium Violet Red

📋 copy color: '#AF1184'

red 175 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #AF1184

Tints of Medium Violet Red #AF1184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 54.01%
G = 5.25%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF1184 (or 0xAF1184) is known color: Medium Violet Red. HEX triplet: AF, 11 and 84. RGB value is (175,17,132). Sum of RGB (Red+Green+Blue) = 175+17+132=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1184 is #50EE7B. Grayscale: #4D4D4D. Windows color (decimal): -5303932 or 8655279. OLE color: 8655279.

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

Color convert

RGB 175 17 132 -
CMYK 0 0.90 0.25 0.31
HSL 316.33º 0.82% 0.38% -
HSV(B) 316.33º 0.9% 0.69% -
XYZ 22.04 11.18 22.83 -
YUV 77.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 175 17 132 0 0.90 0.25 0.31 316.33 0.82 0.38
Hex AF 11 84 0 5A 19 1F 13C 52 26
Octal 257 21 204 0 132 31 37 474 122 46
Binary 10101111 10001 10000100 0 1011010 11001 11111 100111100 1010010 100110

Color Harmonies of #AF1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1184

Black with #AF1184

Text Example


Text Example

White with #AF1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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