Html Css Color HEX #AF318D Medium Red Violet

📋 copy color: '#AF318D'

red 175 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #AF318D

Tints of Medium Red Violet #AF318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 47.95%
G = 13.42%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF318D (or 0xAF318D) is known color: Medium Red Violet. HEX triplet: AF, 31 and 8D. RGB value is (175,49,141). Sum of RGB (Red+Green+Blue) = 175+49+141=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF318D is #50CE72. Grayscale: #606060. Windows color (decimal): -5295731 or 9253295. OLE color: 9253295.

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

Color convert

RGB 175 49 141 -
CMYK 0 0.72 0.19 0.31
HSL 316.19º 0.56% 0.44% -
HSV(B) 316.19º 0.72% 0.69% -
XYZ 23.59 13.23 26.51 -
YUV 97.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 175 49 141 0 0.72 0.19 0.31 316.19 0.56 0.44
Hex AF 31 8D 0 48 13 1F 13C 38 2C
Octal 257 61 215 0 110 23 37 474 70 54
Binary 10101111 110001 10001101 0 1001000 10011 11111 100111100 111000 101100

Color Harmonies of #AF318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF318D

Black with #AF318D

Text Example


Text Example

White with #AF318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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