Html Css Color HEX #AF2F73 Medium Red Violet

📋 copy color: '#AF2F73'

red 175 ◦ green 47 ◦ blue 115

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

Shades of Medium Red Violet #AF2F73

Tints of Medium Red Violet #AF2F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 51.93%
G = 13.95%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF2F73 (or 0xAF2F73) is known color: Medium Red Violet. HEX triplet: AF, 2F and 73. RGB value is (175,47,115). Sum of RGB (Red+Green+Blue) = 175+47+115=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F73 is #50D08C. Grayscale: #5C5C5C. Windows color (decimal): -5296269 or 7548847. OLE color: 7548847.

HSL color Cylindrical-coordinate representation of color #AF2F73: hue angle of 328.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F73 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 115 -
CMYK 0 0.73 0.34 0.31
HSL 328.13º 0.58% 0.44% -
HSV(B) 328.13º 0.73% 0.69% -
XYZ 21.79 12.38 17.46 -
YUV 93.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 175 47 115 0 0.73 0.34 0.31 328.13 0.58 0.44
Hex AF 2F 73 0 49 22 1F 148 3A 2C
Octal 257 57 163 0 111 42 37 510 72 54
Binary 10101111 101111 1110011 0 1001001 100010 11111 101001000 111010 101100

Color Harmonies of #AF2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F73

Black with #AF2F73

Text Example


Text Example

White with #AF2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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