Html Css Color HEX #AF3584 Medium Red Violet

📋 copy color: '#AF3584'

red 175 ◦ green 53 ◦ blue 132

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

Shades of Medium Red Violet #AF3584

Tints of Medium Red Violet #AF3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 48.61%
G = 14.72%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF3584 (or 0xAF3584) is known color: Medium Red Violet. HEX triplet: AF, 35 and 84. RGB value is (175,53,132). Sum of RGB (Red+Green+Blue) = 175+53+132=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3584 is #50CA7B. Grayscale: #626262. Windows color (decimal): -5294716 or 8664495. OLE color: 8664495.

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

Color convert

RGB 175 53 132 -
CMYK 0 0.70 0.25 0.31
HSL 321.15º 0.54% 0.45% -
HSV(B) 321.15º 0.7% 0.69% -
XYZ 23.12 13.33 23.18 -
YUV 98.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 175 53 132 0 0.70 0.25 0.31 321.15 0.54 0.45
Hex AF 35 84 0 46 19 1F 141 36 2D
Octal 257 65 204 0 106 31 37 501 66 55
Binary 10101111 110101 10000100 0 1000110 11001 11111 101000001 110110 101101

Color Harmonies of #AF3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3584

Black with #AF3584

Text Example


Text Example

White with #AF3584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3584; }

 p { color: rgb(175,53,132); }

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

background-color css

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

 a { background-color: rgb(175,53,132); }

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

border-color css

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

 span { border-color: rgb(175,53,132); }

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