Html Css Color HEX #AF349E Medium Red Violet

📋 copy color: '#AF349E'

red 175 ◦ green 52 ◦ blue 158

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

Shades of Medium Red Violet #AF349E

Tints of Medium Red Violet #AF349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 45.45%
G = 13.51%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF349E (or 0xAF349E) is known color: Medium Red Violet. HEX triplet: AF, 34 and 9E. RGB value is (175,52,158). Sum of RGB (Red+Green+Blue) = 175+52+158=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF349E is #50CB61. Grayscale: #646464. Windows color (decimal): -5294946 or 10368175. OLE color: 10368175.

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

Color convert

RGB 175 52 158 -
CMYK 0 0.70 0.10 0.31
HSL 308.29º 0.54% 0.45% -
HSV(B) 308.29º 0.7% 0.69% -
XYZ 25.08 14.04 33.74 -
YUV 100.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 175 52 158 0 0.70 0.10 0.31 308.29 0.54 0.45
Hex AF 34 9E 0 46 A 1F 134 36 2D
Octal 257 64 236 0 106 12 37 464 66 55
Binary 10101111 110100 10011110 0 1000110 1010 11111 100110100 110110 101101

Color Harmonies of #AF349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF349E

Black with #AF349E

Text Example


Text Example

White with #AF349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF349E; }

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

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

background-color css

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

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

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

border-color css

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

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

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