Html Css Color HEX #AF3479 Medium Red Violet

📋 copy color: '#AF3479'

red 175 ◦ green 52 ◦ blue 121

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

Shades of Medium Red Violet #AF3479

Tints of Medium Red Violet #AF3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 50.29%
G = 14.94%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF3479 (or 0xAF3479) is known color: Medium Red Violet. HEX triplet: AF, 34 and 79. RGB value is (175,52,121). Sum of RGB (Red+Green+Blue) = 175+52+121=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3479 is #50CB86. Grayscale: #606060. Windows color (decimal): -5294983 or 7943343. OLE color: 7943343.

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

Color convert

RGB 175 52 121 -
CMYK 0 0.70 0.31 0.31
HSL 326.34º 0.54% 0.45% -
HSV(B) 326.34º 0.7% 0.69% -
XYZ 22.36 12.95 19.41 -
YUV 96.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 175 52 121 0 0.70 0.31 0.31 326.34 0.54 0.45
Hex AF 34 79 0 46 1F 1F 146 36 2D
Octal 257 64 171 0 106 37 37 506 66 55
Binary 10101111 110100 1111001 0 1000110 11111 11111 101000110 110110 101101

Color Harmonies of #AF3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3479

Black with #AF3479

Text Example


Text Example

White with #AF3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3479; }

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

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

background-color css

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

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

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

border-color css

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

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

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