Html Css Color HEX #AF3173 Medium Red Violet

📋 copy color: '#AF3173'

red 175 ◦ green 49 ◦ blue 115

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

Shades of Medium Red Violet #AF3173

Tints of Medium Red Violet #AF3173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 51.62%
G = 14.45%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3173 (or 0xAF3173) is known color: Medium Red Violet. HEX triplet: AF, 31 and 73. RGB value is (175,49,115). Sum of RGB (Red+Green+Blue) = 175+49+115=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3173 is #50CE8C. Grayscale: #5E5E5E. Windows color (decimal): -5295757 or 7549359. OLE color: 7549359.

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

Color convert

RGB 175 49 115 -
CMYK 0 0.72 0.34 0.31
HSL 328.57º 0.56% 0.44% -
HSV(B) 328.57º 0.72% 0.69% -
XYZ 21.87 12.55 17.49 -
YUV 94.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 175 49 115 0 0.72 0.34 0.31 328.57 0.56 0.44
Hex AF 31 73 0 48 22 1F 149 38 2C
Octal 257 61 163 0 110 42 37 511 70 54
Binary 10101111 110001 1110011 0 1001000 100010 11111 101001001 111000 101100

Color Harmonies of #AF3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3173

Black with #AF3173

Text Example


Text Example

White with #AF3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3173; }

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

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

background-color css

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

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

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

border-color css

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

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

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