Html Css Color HEX #AF347E Medium Red Violet

📋 copy color: '#AF347E'

red 175 ◦ green 52 ◦ blue 126

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

Shades of Medium Red Violet #AF347E

Tints of Medium Red Violet #AF347E

RGB

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

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

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

R = 49.58%
G = 14.73%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF347E (or 0xAF347E) is known color: Medium Red Violet. HEX triplet: AF, 34 and 7E. RGB value is (175,52,126). Sum of RGB (Red+Green+Blue) = 175+52+126=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF347E is #50CB81. Grayscale: #616161. Windows color (decimal): -5294978 or 8271023. OLE color: 8271023.

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

Color convert

RGB 175 52 126 -
CMYK 0 0.70 0.28 0.31
HSL 323.9º 0.54% 0.45% -
HSV(B) 323.9º 0.7% 0.69% -
XYZ 22.67 13.08 21.07 -
YUV 97.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 175 52 126 0 0.70 0.28 0.31 323.9 0.54 0.45
Hex AF 34 7E 0 46 1C 1F 144 36 2D
Octal 257 64 176 0 106 34 37 504 66 55
Binary 10101111 110100 1111110 0 1000110 11100 11111 101000100 110110 101101

Color Harmonies of #AF347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF347E

Black with #AF347E

Text Example


Text Example

White with #AF347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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