Html Css Color HEX #AF319C Medium Red Violet

📋 copy color: '#AF319C'

red 175 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #AF319C

Tints of Medium Red Violet #AF319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 46.05%
G = 12.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF319C (or 0xAF319C) is known color: Medium Red Violet. HEX triplet: AF, 31 and 9C. RGB value is (175,49,156). Sum of RGB (Red+Green+Blue) = 175+49+156=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF319C is #50CE63. Grayscale: #626262. Windows color (decimal): -5295716 or 10236335. OLE color: 10236335.

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

Color convert

RGB 175 49 156 -
CMYK 0 0.72 0.11 0.31
HSL 309.05º 0.56% 0.44% -
HSV(B) 309.05º 0.72% 0.69% -
XYZ 24.78 13.71 32.79 -
YUV 98.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 175 49 156 0 0.72 0.11 0.31 309.05 0.56 0.44
Hex AF 31 9C 0 48 B 1F 135 38 2C
Octal 257 61 234 0 110 13 37 465 70 54
Binary 10101111 110001 10011100 0 1001000 1011 11111 100110101 111000 101100

Color Harmonies of #AF319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF319C

Black with #AF319C

Text Example


Text Example

White with #AF319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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