Html Css Color HEX #AF2973 Medium Red Violet

📋 copy color: '#AF2973'

red 175 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #AF2973

Tints of Medium Red Violet #AF2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 52.87%
G = 12.39%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF2973 (or 0xAF2973) is known color: Medium Red Violet. HEX triplet: AF, 29 and 73. RGB value is (175,41,115). Sum of RGB (Red+Green+Blue) = 175+41+115=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2973 is #50D68C. Grayscale: #595959. Windows color (decimal): -5297805 or 7547311. OLE color: 7547311.

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

Color convert

RGB 175 41 115 -
CMYK 0 0.77 0.34 0.31
HSL 326.87º 0.62% 0.42% -
HSV(B) 326.87º 0.77% 0.69% -
XYZ 21.57 11.94 17.39 -
YUV 89.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 175 41 115 0 0.77 0.34 0.31 326.87 0.62 0.42
Hex AF 29 73 0 4D 22 1F 147 3E 2A
Octal 257 51 163 0 115 42 37 507 76 52
Binary 10101111 101001 1110011 0 1001101 100010 11111 101000111 111110 101010

Color Harmonies of #AF2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2973

Black with #AF2973

Text Example


Text Example

White with #AF2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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