Html Css Color HEX #AF297F Medium Red Violet

📋 copy color: '#AF297F'

red 175 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #AF297F

Tints of Medium Red Violet #AF297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 51.02%
G = 11.95%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF297F (or 0xAF297F) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7F. RGB value is (175,41,127). Sum of RGB (Red+Green+Blue) = 175+41+127=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297F is #50D680. Grayscale: #5A5A5A. Windows color (decimal): -5297793 or 8333743. OLE color: 8333743.

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

Color convert

RGB 175 41 127 -
CMYK 0 0.77 0.27 0.31
HSL 321.49º 0.62% 0.42% -
HSV(B) 321.49º 0.77% 0.69% -
XYZ 22.3 12.23 21.26 -
YUV 90.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 175 41 127 0 0.77 0.27 0.31 321.49 0.62 0.42
Hex AF 29 7F 0 4D 1B 1F 141 3E 2A
Octal 257 51 177 0 115 33 37 501 76 52
Binary 10101111 101001 1111111 0 1001101 11011 11111 101000001 111110 101010

Color Harmonies of #AF297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF297F

Black with #AF297F

Text Example


Text Example

White with #AF297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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