Html Css Color HEX #AF387C Medium Red Violet

📋 copy color: '#AF387C'

red 175 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #AF387C

Tints of Medium Red Violet #AF387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 49.3%
G = 15.77%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF387C (or 0xAF387C) is known color: Medium Red Violet. HEX triplet: AF, 38 and 7C. RGB value is (175,56,124). Sum of RGB (Red+Green+Blue) = 175+56+124=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF387C is #50C783. Grayscale: #636363. Windows color (decimal): -5293956 or 8140975. OLE color: 8140975.

HSL color Cylindrical-coordinate representation of color #AF387C: hue angle of 325.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF387C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 124 -
CMYK 0 0.68 0.29 0.31
HSL 325.71º 0.52% 0.45% -
HSV(B) 325.71º 0.68% 0.69% -
XYZ 22.73 13.4 20.46 -
YUV 99.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 175 56 124 0 0.68 0.29 0.31 325.71 0.52 0.45
Hex AF 38 7C 0 44 1D 1F 146 34 2D
Octal 257 70 174 0 104 35 37 506 64 55
Binary 10101111 111000 1111100 0 1000100 11101 11111 101000110 110100 101101

Color Harmonies of #AF387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF387C

Black with #AF387C

Text Example


Text Example

White with #AF387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF387C; }

 p { color: rgb(175,56,124); }

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

background-color css

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

 a { background-color: rgb(175,56,124); }

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

border-color css

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

 span { border-color: rgb(175,56,124); }

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