Html Css Color HEX #AF3C8F Medium Red Violet

📋 copy color: '#AF3C8F'

red 175 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #AF3C8F

Tints of Medium Red Violet #AF3C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

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

R = 46.3%
G = 15.87%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF3C8F (or 0xAF3C8F) is known color: Medium Red Violet. HEX triplet: AF, 3C and 8F. RGB value is (175,60,143). Sum of RGB (Red+Green+Blue) = 175+60+143=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C8F is #50C370. Grayscale: #676767. Windows color (decimal): -5292913 or 9387183. OLE color: 9387183.

HSL color Cylindrical-coordinate representation of color #AF3C8F: hue angle of 316.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C8F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 143 -
CMYK 0 0.66 0.18 0.31
HSL 316.7º 0.49% 0.46% -
HSV(B) 316.7º 0.66% 0.69% -
XYZ 24.25 14.33 27.47 -
YUV 103.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 175 60 143 0 0.66 0.18 0.31 316.7 0.49 0.46
Hex AF 3C 8F 0 42 12 1F 13D 31 2E
Octal 257 74 217 0 102 22 37 475 61 56
Binary 10101111 111100 10001111 0 1000010 10010 11111 100111101 110001 101110

Color Harmonies of #AF3C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C8F

Black with #AF3C8F

Text Example


Text Example

White with #AF3C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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