#AF288A

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

Shades of Medium Red Violet #AF288A

Tints of Medium Red Violet #AF288A

Color information

#AF288A (or 0xAF288A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 8A. RGB value is (175,40,138). Sum of RGB (Red+Green+Blue) = 175+40+138=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF288A is #50D775. Grayscale: #5B5B5B. Windows color (decimal): -5298038 or 9054383. OLE color: 9054383.

HSL color Cylindrical-coordinate representation of color #AF288A: hue angle of 316.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF288A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17540138-
CMYK00.770.210.31
HSL316.44º62.79%42.16%-
HSV(B)316.44º77.14%68.63%-
XYZ23.0312.4725.24-
YUV91.54154.23187.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=49.58%
G=11.33%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754013800.770.210.31316.4462.7942.16
HexAF288A04D151F13c3f2a
Octal25750212011525374747752
Binary1010111110100010001010010011011010111111100111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF288A; }

 p { color: rgb(175,40,138); }

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

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

 a { background-color: rgb(175,40,138); }

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

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

 span { border-color: rgb(175,40,138); }

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