Html Css Color HEX #AF2977 Medium Red Violet

📋 copy color: '#AF2977'

red 175 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #AF2977

Tints of Medium Red Violet #AF2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

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

R = 52.24%
G = 12.24%
B = 35.52%

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

#AF2977 (or 0xAF2977) is known color: Medium Red Violet. HEX triplet: AF, 29 and 77. RGB value is (175,41,119). Sum of RGB (Red+Green+Blue) = 175+41+119=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2977 is #50D688. Grayscale: #595959. Windows color (decimal): -5297801 or 7809455. OLE color: 7809455.

HSL color Cylindrical-coordinate representation of color #AF2977: hue angle of 325.07º degrees, saturation: 0.62, 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 #AF2977 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 119 -
CMYK 0 0.77 0.32 0.31
HSL 325.07º 0.62% 0.42% -
HSV(B) 325.07º 0.77% 0.69% -
XYZ 21.8 12.03 18.63 -
YUV 89.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 175 41 119 0 0.77 0.32 0.31 325.07 0.62 0.42
Hex AF 29 77 0 4D 20 1F 145 3E 2A
Octal 257 51 167 0 115 40 37 505 76 52
Binary 10101111 101001 1110111 0 1001101 100000 11111 101000101 111110 101010

Color Harmonies of #AF2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2977

Black with #AF2977

Text Example


Text Example

White with #AF2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2977; }

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

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

background-color css

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

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

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

border-color css

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

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

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