Html Css Color HEX #AF3172 Medium Red Violet

📋 copy color: '#AF3172'

red 175 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #AF3172

Tints of Medium Red Violet #AF3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 51.78%
G = 14.5%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3172 (or 0xAF3172) is known color: Medium Red Violet. HEX triplet: AF, 31 and 72. RGB value is (175,49,114). Sum of RGB (Red+Green+Blue) = 175+49+114=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3172 is #50CE8D. Grayscale: #5D5D5D. Windows color (decimal): -5295758 or 7483823. OLE color: 7483823.

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

Color convert

RGB 175 49 114 -
CMYK 0 0.72 0.35 0.31
HSL 329.05º 0.56% 0.44% -
HSV(B) 329.05º 0.72% 0.69% -
XYZ 21.81 12.53 17.19 -
YUV 94.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 175 49 114 0 0.72 0.35 0.31 329.05 0.56 0.44
Hex AF 31 72 0 48 23 1F 149 38 2C
Octal 257 61 162 0 110 43 37 511 70 54
Binary 10101111 110001 1110010 0 1001000 100011 11111 101001001 111000 101100

Color Harmonies of #AF3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3172

Black with #AF3172

Text Example


Text Example

White with #AF3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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