Html Css Color HEX #AF3474 Medium Red Violet

📋 copy color: '#AF3474'

red 175 ◦ green 52 ◦ blue 116

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

Shades of Medium Red Violet #AF3474

Tints of Medium Red Violet #AF3474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 51.02%
G = 15.16%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3474 (or 0xAF3474) is known color: Medium Red Violet. HEX triplet: AF, 34 and 74. RGB value is (175,52,116). Sum of RGB (Red+Green+Blue) = 175+52+116=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3474 is #50CB8B. Grayscale: #5F5F5F. Windows color (decimal): -5294988 or 7615663. OLE color: 7615663.

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

Color convert

RGB 175 52 116 -
CMYK 0 0.70 0.34 0.31
HSL 328.78º 0.54% 0.45% -
HSV(B) 328.78º 0.7% 0.69% -
XYZ 22.06 12.83 17.84 -
YUV 96.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 175 52 116 0 0.70 0.34 0.31 328.78 0.54 0.45
Hex AF 34 74 0 46 22 1F 149 36 2D
Octal 257 64 164 0 106 42 37 511 66 55
Binary 10101111 110100 1110100 0 1000110 100010 11111 101001001 110110 101101

Color Harmonies of #AF3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3474

Black with #AF3474

Text Example


Text Example

White with #AF3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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