Html Css Color HEX #AF318E Medium Red Violet

📋 copy color: '#AF318E'

red 175 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #AF318E

Tints of Medium Red Violet #AF318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 47.81%
G = 13.39%
B = 38.8%

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

#AF318E (or 0xAF318E) is known color: Medium Red Violet. HEX triplet: AF, 31 and 8E. RGB value is (175,49,142). Sum of RGB (Red+Green+Blue) = 175+49+142=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF318E is #50CE71. Grayscale: #616161. Windows color (decimal): -5295730 or 9318831. OLE color: 9318831.

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

Color convert

RGB 175 49 142 -
CMYK 0 0.72 0.19 0.31
HSL 315.71º 0.56% 0.44% -
HSV(B) 315.71º 0.72% 0.69% -
XYZ 23.66 13.26 26.9 -
YUV 97.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 175 49 142 0 0.72 0.19 0.31 315.71 0.56 0.44
Hex AF 31 8E 0 48 13 1F 13C 38 2C
Octal 257 61 216 0 110 23 37 474 70 54
Binary 10101111 110001 10001110 0 1001000 10011 11111 100111100 111000 101100

Color Harmonies of #AF318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF318E

Black with #AF318E

Text Example


Text Example

White with #AF318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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