Html Css Color HEX #AF3376 Medium Red Violet

📋 copy color: '#AF3376'

red 175 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #AF3376

Tints of Medium Red Violet #AF3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 50.87%
G = 14.83%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3376 (or 0xAF3376) is known color: Medium Red Violet. HEX triplet: AF, 33 and 76. RGB value is (175,51,118). Sum of RGB (Red+Green+Blue) = 175+51+118=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3376 is #50CC89. Grayscale: #5F5F5F. Windows color (decimal): -5295242 or 7746479. OLE color: 7746479.

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

Color convert

RGB 175 51 118 -
CMYK 0 0.71 0.33 0.31
HSL 327.58º 0.55% 0.44% -
HSV(B) 327.58º 0.71% 0.69% -
XYZ 22.13 12.79 18.44 -
YUV 95.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 175 51 118 0 0.71 0.33 0.31 327.58 0.55 0.44
Hex AF 33 76 0 47 21 1F 148 37 2C
Octal 257 63 166 0 107 41 37 510 67 54
Binary 10101111 110011 1110110 0 1000111 100001 11111 101001000 110111 101100

Color Harmonies of #AF3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3376

Black with #AF3376

Text Example


Text Example

White with #AF3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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