Html Css Color HEX #AF297E Medium Red Violet

📋 copy color: '#AF297E'

red 175 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #AF297E

Tints of Medium Red Violet #AF297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 51.17%
G = 11.99%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF297E (or 0xAF297E) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7E. RGB value is (175,41,126). Sum of RGB (Red+Green+Blue) = 175+41+126=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297E is #50D681. Grayscale: #5A5A5A. Windows color (decimal): -5297794 or 8268207. OLE color: 8268207.

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

Color convert

RGB 175 41 126 -
CMYK 0 0.77 0.28 0.31
HSL 321.94º 0.62% 0.42% -
HSV(B) 321.94º 0.77% 0.69% -
XYZ 22.24 12.21 20.92 -
YUV 90.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 175 41 126 0 0.77 0.28 0.31 321.94 0.62 0.42
Hex AF 29 7E 0 4D 1C 1F 142 3E 2A
Octal 257 51 176 0 115 34 37 502 76 52
Binary 10101111 101001 1111110 0 1001101 11100 11111 101000010 111110 101010

Color Harmonies of #AF297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF297E

Black with #AF297E

Text Example


Text Example

White with #AF297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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