Html Css Color HEX #AF1877 Medium Violet Red

📋 copy color: '#AF1877'

red 175 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #AF1877

Tints of Medium Violet Red #AF1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 55.03%
G = 7.55%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF1877 (or 0xAF1877) is known color: Medium Violet Red. HEX triplet: AF, 18 and 77. RGB value is (175,24,119). Sum of RGB (Red+Green+Blue) = 175+24+119=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1877 is #50E788. Grayscale: #4F4F4F. Windows color (decimal): -5302153 or 7805103. OLE color: 7805103.

HSL color Cylindrical-coordinate representation of color #AF1877: hue angle of 322.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1877 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 119 -
CMYK 0 0.86 0.32 0.31
HSL 322.25º 0.76% 0.39% -
HSV(B) 322.25º 0.86% 0.69% -
XYZ 21.34 11.1 18.47 -
YUV 79.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 175 24 119 0 0.86 0.32 0.31 322.25 0.76 0.39
Hex AF 18 77 0 56 20 1F 142 4C 27
Octal 257 30 167 0 126 40 37 502 114 47
Binary 10101111 11000 1110111 0 1010110 100000 11111 101000010 1001100 100111

Color Harmonies of #AF1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1877

Black with #AF1877

Text Example


Text Example

White with #AF1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1877; }

 p { color: rgb(175,24,119); }

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

background-color css

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

 a { background-color: rgb(175,24,119); }

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

border-color css

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

 span { border-color: rgb(175,24,119); }

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