Html Css Color HEX #AF2877 Medium Red Violet

📋 copy color: '#AF2877'

red 175 ◦ green 40 ◦ blue 119

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

Shades of Medium Red Violet #AF2877

Tints of Medium Red Violet #AF2877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

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

R = 52.4%
G = 11.98%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF2877 (or 0xAF2877) is known color: Medium Red Violet. HEX triplet: AF, 28 and 77. RGB value is (175,40,119). Sum of RGB (Red+Green+Blue) = 175+40+119=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2877 is #50D788. Grayscale: #595959. Windows color (decimal): -5298057 or 7809199. OLE color: 7809199.

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

Color convert

RGB 175 40 119 -
CMYK 0 0.77 0.32 0.31
HSL 324.89º 0.63% 0.42% -
HSV(B) 324.89º 0.77% 0.69% -
XYZ 21.77 11.96 18.61 -
YUV 89.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 175 40 119 0 0.77 0.32 0.31 324.89 0.63 0.42
Hex AF 28 77 0 4D 20 1F 145 3F 2A
Octal 257 50 167 0 115 40 37 505 77 52
Binary 10101111 101000 1110111 0 1001101 100000 11111 101000101 111111 101010

Color Harmonies of #AF2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2877

Black with #AF2877

Text Example


Text Example

White with #AF2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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