Html Css Color HEX #AF417F Medium Red Violet

📋 copy color: '#AF417F'

red 175 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #AF417F

Tints of Medium Red Violet #AF417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 47.68%
G = 17.71%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF417F (or 0xAF417F) is known color: Medium Red Violet. HEX triplet: AF, 41 and 7F. RGB value is (175,65,127). Sum of RGB (Red+Green+Blue) = 175+65+127=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417F is #50BE80. Grayscale: #686868. Windows color (decimal): -5291649 or 8339887. OLE color: 8339887.

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

Color convert

RGB 175 65 127 -
CMYK 0 0.63 0.27 0.31
HSL 326.18º 0.46% 0.47% -
HSV(B) 326.18º 0.63% 0.69% -
XYZ 23.4 14.43 21.63 -
YUV 104.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 175 65 127 0 0.63 0.27 0.31 326.18 0.46 0.47
Hex AF 41 7F 0 3F 1B 1F 146 2E 2F
Octal 257 101 177 0 77 33 37 506 56 57
Binary 10101111 1000001 1111111 0 111111 11011 11111 101000110 101110 101111

Color Harmonies of #AF417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF417F

Black with #AF417F

Text Example


Text Example

White with #AF417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF417F; }

 p { color: rgb(175,65,127); }

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

background-color css

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

 a { background-color: rgb(175,65,127); }

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

border-color css

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

 span { border-color: rgb(175,65,127); }

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