Html Css Color HEX #AF407C Medium Red Violet

📋 copy color: '#AF407C'

red 175 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #AF407C

Tints of Medium Red Violet #AF407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

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

R = 48.21%
G = 17.63%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF407C (or 0xAF407C) is known color: Medium Red Violet. HEX triplet: AF, 40 and 7C. RGB value is (175,64,124). Sum of RGB (Red+Green+Blue) = 175+64+124=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407C is #50BF83. Grayscale: #676767. Windows color (decimal): -5291908 or 8143023. OLE color: 8143023.

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

Color convert

RGB 175 64 124 -
CMYK 0 0.63 0.29 0.31
HSL 327.57º 0.46% 0.47% -
HSV(B) 327.57º 0.63% 0.69% -
XYZ 23.15 14.24 20.6 -
YUV 104.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 175 64 124 0 0.63 0.29 0.31 327.57 0.46 0.47
Hex AF 40 7C 0 3F 1D 1F 148 2E 2F
Octal 257 100 174 0 77 35 37 510 56 57
Binary 10101111 1000000 1111100 0 111111 11101 11111 101001000 101110 101111

Color Harmonies of #AF407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF407C

Black with #AF407C

Text Example


Text Example

White with #AF407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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