#AF3289

Color #AF3289 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AF3289

Tints of Medium Red Violet #AF3289

Color information

#AF3289 (or 0xAF3289) is unknown color: approx Medium Red Violet. HEX triplet: AF, 32 and 89. RGB value is (175,50,137). Sum of RGB (Red+Green+Blue) = 175+50+137=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3289 is #50CD76. Grayscale: #616161. Windows color (decimal): -5295479 or 8991407. OLE color: 8991407.

HSL color Cylindrical-coordinate representation of color #AF3289: hue angle of 318.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3289 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17550137-
CMYK00.710.220.31
HSL318.24º55.56%44.12%-
HSV(B)318.24º71.43%68.63%-
XYZ23.3413.224.99-
YUV97.29150.41183.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=48.34%
G=13.81%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755013700.710.220.31318.2455.5644.12
HexAF3289047161F13e382c
Octal25762211010726374767054
Binary1010111111001010001001010001111011011111100111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3289; }

 p { color: rgb(175,50,137); }

 H1.HeaderClassName
 {
   color: #AF3289;
 }
 .AnyTagClassName
 {
   color: #AF3289;
 }
</style>
background-color css

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

 a { background-color: rgb(175,50,137); }

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

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

 span { border-color: rgb(175,50,137); }

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