Html Css Color HEX #AF1180 Medium Violet Red

📋 copy color: '#AF1180'

red 175 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #AF1180

Tints of Medium Violet Red #AF1180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40%

R = 54.69%
G = 5.31%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF1180 (or 0xAF1180) is known color: Medium Violet Red. HEX triplet: AF, 11 and 80. RGB value is (175,17,128). Sum of RGB (Red+Green+Blue) = 175+17+128=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1180 is #50EE7F. Grayscale: #4C4C4C. Windows color (decimal): -5303936 or 8393135. OLE color: 8393135.

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

Color convert

RGB 175 17 128 -
CMYK 0 0.90 0.27 0.31
HSL 317.85º 0.82% 0.38% -
HSV(B) 317.85º 0.9% 0.69% -
XYZ 21.78 11.07 21.41 -
YUV 76.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 175 17 128 0 0.90 0.27 0.31 317.85 0.82 0.38
Hex AF 11 80 0 5A 1B 1F 13E 52 26
Octal 257 21 200 0 132 33 37 476 122 46
Binary 10101111 10001 10000000 0 1011010 11011 11111 100111110 1010010 100110

Color Harmonies of #AF1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1180

Black with #AF1180

Text Example


Text Example

White with #AF1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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