Html Css Color HEX #AF337C Medium Red Violet

📋 copy color: '#AF337C'

red 175 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #AF337C

Tints of Medium Red Violet #AF337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 50%
G = 14.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF337C (or 0xAF337C) is known color: Medium Red Violet. HEX triplet: AF, 33 and 7C. RGB value is (175,51,124). Sum of RGB (Red+Green+Blue) = 175+51+124=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF337C is #50CC83. Grayscale: #606060. Windows color (decimal): -5295236 or 8139695. OLE color: 8139695.

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

Color convert

RGB 175 51 124 -
CMYK 0 0.71 0.29 0.31
HSL 324.68º 0.55% 0.44% -
HSV(B) 324.68º 0.71% 0.69% -
XYZ 22.5 12.94 20.38 -
YUV 96.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 175 51 124 0 0.71 0.29 0.31 324.68 0.55 0.44
Hex AF 33 7C 0 47 1D 1F 145 37 2C
Octal 257 63 174 0 107 35 37 505 67 54
Binary 10101111 110011 1111100 0 1000111 11101 11111 101000101 110111 101100

Color Harmonies of #AF337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF337C

Black with #AF337C

Text Example


Text Example

White with #AF337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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