Html Css Color HEX #AF2576 Medium Red Violet

📋 copy color: '#AF2576'

red 175 ◦ green 37 ◦ blue 118

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

Shades of Medium Red Violet #AF2576

Tints of Medium Red Violet #AF2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 53.03%
G = 11.21%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF2576 (or 0xAF2576) is known color: Medium Red Violet. HEX triplet: AF, 25 and 76. RGB value is (175,37,118). Sum of RGB (Red+Green+Blue) = 175+37+118=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2576 is #50DA89. Grayscale: #575757. Windows color (decimal): -5298826 or 7742895. OLE color: 7742895.

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

Color convert

RGB 175 37 118 -
CMYK 0 0.79 0.33 0.31
HSL 324.78º 0.65% 0.42% -
HSV(B) 324.78º 0.79% 0.69% -
XYZ 21.61 11.75 18.27 -
YUV 87.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 175 37 118 0 0.79 0.33 0.31 324.78 0.65 0.42
Hex AF 25 76 0 4F 21 1F 145 41 2A
Octal 257 45 166 0 117 41 37 505 101 52
Binary 10101111 100101 1110110 0 1001111 100001 11111 101000101 1000001 101010

Color Harmonies of #AF2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2576

Black with #AF2576

Text Example


Text Example

White with #AF2576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2576; }

 p { color: rgb(175,37,118); }

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

background-color css

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

 a { background-color: rgb(175,37,118); }

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

border-color css

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

 span { border-color: rgb(175,37,118); }

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