Html Css Color HEX #AF339F Medium Red Violet

📋 copy color: '#AF339F'

red 175 ◦ green 51 ◦ blue 159

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

Shades of Medium Red Violet #AF339F

Tints of Medium Red Violet #AF339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 45.45%
G = 13.25%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF339F (or 0xAF339F) is known color: Medium Red Violet. HEX triplet: AF, 33 and 9F. RGB value is (175,51,159). Sum of RGB (Red+Green+Blue) = 175+51+159=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF339F is #50CC60. Grayscale: #646464. Windows color (decimal): -5295201 or 10433455. OLE color: 10433455.

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

Color convert

RGB 175 51 159 -
CMYK 0 0.71 0.09 0.31
HSL 307.74º 0.55% 0.44% -
HSV(B) 307.74º 0.71% 0.69% -
XYZ 25.12 13.98 34.18 -
YUV 100.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 175 51 159 0 0.71 0.09 0.31 307.74 0.55 0.44
Hex AF 33 9F 0 47 9 1F 134 37 2C
Octal 257 63 237 0 107 11 37 464 67 54
Binary 10101111 110011 10011111 0 1000111 1001 11111 100110100 110111 101100

Color Harmonies of #AF339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF339F

Black with #AF339F

Text Example


Text Example

White with #AF339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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