Html Css Color HEX #AF337E Medium Red Violet

📋 copy color: '#AF337E'

red 175 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #AF337E

Tints of Medium Red Violet #AF337E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 49.72%
G = 14.49%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF337E (or 0xAF337E) is known color: Medium Red Violet. HEX triplet: AF, 33 and 7E. RGB value is (175,51,126). Sum of RGB (Red+Green+Blue) = 175+51+126=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF337E is #50CC81. Grayscale: #606060. Windows color (decimal): -5295234 or 8270767. OLE color: 8270767.

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

Color convert

RGB 175 51 126 -
CMYK 0 0.71 0.28 0.31
HSL 323.71º 0.55% 0.44% -
HSV(B) 323.71º 0.71% 0.69% -
XYZ 22.63 12.99 21.05 -
YUV 96.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 175 51 126 0 0.71 0.28 0.31 323.71 0.55 0.44
Hex AF 33 7E 0 47 1C 1F 144 37 2C
Octal 257 63 176 0 107 34 37 504 67 54
Binary 10101111 110011 1111110 0 1000111 11100 11111 101000100 110111 101100

Color Harmonies of #AF337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF337E

Black with #AF337E

Text Example


Text Example

White with #AF337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF337E; }

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

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

background-color css

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

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

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

border-color css

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

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

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