Html Css Color HEX #AF1C88 Medium Violet Red

📋 copy color: '#AF1C88'

red 175 ◦ green 28 ◦ blue 136

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

Shades of Medium Violet Red #AF1C88

Tints of Medium Violet Red #AF1C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 51.62%
G = 8.26%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1C88 (or 0xAF1C88) is known color: Medium Violet Red. HEX triplet: AF, 1C and 88. RGB value is (175,28,136). Sum of RGB (Red+Green+Blue) = 175+28+136=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C88 is #50E377. Grayscale: #535353. Windows color (decimal): -5301112 or 8920239. OLE color: 8920239.

HSL color Cylindrical-coordinate representation of color #AF1C88: hue angle of 315.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C88 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 136 -
CMYK 0 0.84 0.22 0.31
HSL 315.92º 0.72% 0.4% -
HSV(B) 315.92º 0.84% 0.69% -
XYZ 22.54 11.72 24.37 -
YUV 84.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 175 28 136 0 0.84 0.22 0.31 315.92 0.72 0.4
Hex AF 1C 88 0 54 16 1F 13C 48 28
Octal 257 34 210 0 124 26 37 474 110 50
Binary 10101111 11100 10001000 0 1010100 10110 11111 100111100 1001000 101000

Color Harmonies of #AF1C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C88

Black with #AF1C88

Text Example


Text Example

White with #AF1C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C88; }

 p { color: rgb(175,28,136); }

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

background-color css

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

 a { background-color: rgb(175,28,136); }

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

border-color css

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

 span { border-color: rgb(175,28,136); }

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