Html Css Color HEX #AF347F Medium Red Violet

📋 copy color: '#AF347F'

red 175 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #AF347F

Tints of Medium Red Violet #AF347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 49.44%
G = 14.69%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF347F (or 0xAF347F) is known color: Medium Red Violet. HEX triplet: AF, 34 and 7F. RGB value is (175,52,127). Sum of RGB (Red+Green+Blue) = 175+52+127=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF347F is #50CB80. Grayscale: #616161. Windows color (decimal): -5294977 or 8336559. OLE color: 8336559.

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

Color convert

RGB 175 52 127 -
CMYK 0 0.70 0.27 0.31
HSL 323.41º 0.54% 0.45% -
HSV(B) 323.41º 0.7% 0.69% -
XYZ 22.74 13.1 21.41 -
YUV 97.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 175 52 127 0 0.70 0.27 0.31 323.41 0.54 0.45
Hex AF 34 7F 0 46 1B 1F 143 36 2D
Octal 257 64 177 0 106 33 37 503 66 55
Binary 10101111 110100 1111111 0 1000110 11011 11111 101000011 110110 101101

Color Harmonies of #AF347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF347F

Black with #AF347F

Text Example


Text Example

White with #AF347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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