Html Css Color HEX #AF297D Medium Red Violet

📋 copy color: '#AF297D'

red 175 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #AF297D

Tints of Medium Red Violet #AF297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 51.32%
G = 12.02%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF297D (or 0xAF297D) is known color: Medium Red Violet. HEX triplet: AF, 29 and 7D. RGB value is (175,41,125). Sum of RGB (Red+Green+Blue) = 175+41+125=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF297D is #50D682. Grayscale: #5A5A5A. Windows color (decimal): -5297795 or 8202671. OLE color: 8202671.

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

Color convert

RGB 175 41 125 -
CMYK 0 0.77 0.29 0.31
HSL 322.39º 0.62% 0.42% -
HSV(B) 322.39º 0.77% 0.69% -
XYZ 22.17 12.18 20.58 -
YUV 90.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 175 41 125 0 0.77 0.29 0.31 322.39 0.62 0.42
Hex AF 29 7D 0 4D 1D 1F 142 3E 2A
Octal 257 51 175 0 115 35 37 502 76 52
Binary 10101111 101001 1111101 0 1001101 11101 11111 101000010 111110 101010

Color Harmonies of #AF297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF297D

Black with #AF297D

Text Example


Text Example

White with #AF297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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