Html Css Color HEX #AF349F Medium Red Violet

📋 copy color: '#AF349F'

red 175 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #AF349F

Tints of Medium Red Violet #AF349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 45.34%
G = 13.47%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF349F (or 0xAF349F) is known color: Medium Red Violet. HEX triplet: AF, 34 and 9F. RGB value is (175,52,159). Sum of RGB (Red+Green+Blue) = 175+52+159=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF349F is #50CB60. Grayscale: #646464. Windows color (decimal): -5294945 or 10433711. OLE color: 10433711.

HSL color Cylindrical-coordinate representation of color #AF349F: hue angle of 307.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF349F is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 159 -
CMYK 0 0.70 0.09 0.31
HSL 307.8º 0.54% 0.45% -
HSV(B) 307.8º 0.7% 0.69% -
XYZ 25.17 14.07 34.19 -
YUV 100.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 175 52 159 0 0.70 0.09 0.31 307.8 0.54 0.45
Hex AF 34 9F 0 46 9 1F 134 36 2D
Octal 257 64 237 0 106 11 37 464 66 55
Binary 10101111 110100 10011111 0 1000110 1001 11111 100110100 110110 101101

Color Harmonies of #AF349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF349F

Black with #AF349F

Text Example


Text Example

White with #AF349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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