Html Css Color HEX #AF318F Medium Red Violet

📋 copy color: '#AF318F'

red 175 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #AF318F

Tints of Medium Red Violet #AF318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 47.68%
G = 13.35%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF318F (or 0xAF318F) is known color: Medium Red Violet. HEX triplet: AF, 31 and 8F. RGB value is (175,49,143). Sum of RGB (Red+Green+Blue) = 175+49+143=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF318F is #50CE70. Grayscale: #616161. Windows color (decimal): -5295729 or 9384367. OLE color: 9384367.

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

Color convert

RGB 175 49 143 -
CMYK 0 0.72 0.18 0.31
HSL 315.24º 0.56% 0.44% -
HSV(B) 315.24º 0.72% 0.69% -
XYZ 23.74 13.29 27.3 -
YUV 97.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 175 49 143 0 0.72 0.18 0.31 315.24 0.56 0.44
Hex AF 31 8F 0 48 12 1F 13B 38 2C
Octal 257 61 217 0 110 22 37 473 70 54
Binary 10101111 110001 10001111 0 1001000 10010 11111 100111011 111000 101100

Color Harmonies of #AF318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF318F

Black with #AF318F

Text Example


Text Example

White with #AF318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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