Html Css Color HEX #AF318C Medium Red Violet

📋 copy color: '#AF318C'

red 175 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #AF318C

Tints of Medium Red Violet #AF318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 48.08%
G = 13.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF318C (or 0xAF318C) is known color: Medium Red Violet. HEX triplet: AF, 31 and 8C. RGB value is (175,49,140). Sum of RGB (Red+Green+Blue) = 175+49+140=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF318C is #50CE73. Grayscale: #606060. Windows color (decimal): -5295732 or 9187759. OLE color: 9187759.

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

Color convert

RGB 175 49 140 -
CMYK 0 0.72 0.2 0.31
HSL 316.67º 0.56% 0.44% -
HSV(B) 316.67º 0.72% 0.69% -
XYZ 23.51 13.2 26.12 -
YUV 97.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 175 49 140 0 0.72 0.2 0.31 316.67 0.56 0.44
Hex AF 31 8C 0 48 14 1F 13D 38 2C
Octal 257 61 214 0 110 24 37 475 70 54
Binary 10101111 110001 10001100 0 1001000 10100 11111 100111101 111000 101100

Color Harmonies of #AF318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF318C

Black with #AF318C

Text Example


Text Example

White with #AF318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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