Html Css Color HEX #AF3487 Medium Red Violet

📋 copy color: '#AF3487'

red 175 ◦ green 52 ◦ blue 135

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

Shades of Medium Red Violet #AF3487

Tints of Medium Red Violet #AF3487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 48.34%
G = 14.36%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF3487 (or 0xAF3487) is known color: Medium Red Violet. HEX triplet: AF, 34 and 87. RGB value is (175,52,135). Sum of RGB (Red+Green+Blue) = 175+52+135=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3487 is #50CB78. Grayscale: #626262. Windows color (decimal): -5294969 or 8860847. OLE color: 8860847.

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

Color convert

RGB 175 52 135 -
CMYK 0 0.70 0.23 0.31
HSL 319.51º 0.54% 0.45% -
HSV(B) 319.51º 0.7% 0.69% -
XYZ 23.28 13.32 24.27 -
YUV 98.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 175 52 135 0 0.70 0.23 0.31 319.51 0.54 0.45
Hex AF 34 87 0 46 17 1F 140 36 2D
Octal 257 64 207 0 106 27 37 500 66 55
Binary 10101111 110100 10000111 0 1000110 10111 11111 101000000 110110 101101

Color Harmonies of #AF3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3487

Black with #AF3487

Text Example


Text Example

White with #AF3487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3487; }

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

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

background-color css

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

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

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

border-color css

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

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

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