Html Css Color HEX #AF3F7F Medium Red Violet

📋 copy color: '#AF3F7F'

red 175 ◦ green 63 ◦ blue 127

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

Shades of Medium Red Violet #AF3F7F

Tints of Medium Red Violet #AF3F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 47.95%
G = 17.26%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF3F7F (or 0xAF3F7F) is known color: Medium Red Violet. HEX triplet: AF, 3F and 7F. RGB value is (175,63,127). Sum of RGB (Red+Green+Blue) = 175+63+127=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F7F is #50C080. Grayscale: #676767. Windows color (decimal): -5292161 or 8339375. OLE color: 8339375.

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

Color convert

RGB 175 63 127 -
CMYK 0 0.64 0.27 0.31
HSL 325.71º 0.47% 0.47% -
HSV(B) 325.71º 0.64% 0.69% -
XYZ 23.29 14.2 21.59 -
YUV 103.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 175 63 127 0 0.64 0.27 0.31 325.71 0.47 0.47
Hex AF 3F 7F 0 40 1B 1F 146 2F 2F
Octal 257 77 177 0 100 33 37 506 57 57
Binary 10101111 111111 1111111 0 1000000 11011 11111 101000110 101111 101111

Color Harmonies of #AF3F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F7F

Black with #AF3F7F

Text Example


Text Example

White with #AF3F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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