#AF28A2

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

Shades of Medium Red Violet #AF28A2

Tints of Medium Red Violet #AF28A2

Color information

#AF28A2 (or 0xAF28A2) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and A2. RGB value is (175,40,162). Sum of RGB (Red+Green+Blue) = 175+40+162=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28A2 is #50D75D. Grayscale: #5D5D5D. Windows color (decimal): -5298014 or 10627247. OLE color: 10627247.

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

Color convert

RGB17540162-
CMYK00.770.070.31
HSL305.78º62.79%42.16%-
HSV(B)305.78º77.14%68.63%-
XYZ24.9613.2435.42-
YUV94.27166.23185.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 40 (16.02% from 255) = 10.61%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=46.42%
G=10.61%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754016200.770.070.31305.7862.7942.16
HexAF28A204D71F1323f2a
Octal2575024201157374627752
Binary10101111101000101000100100110111111111100110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF28A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF28A2; }

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

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

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

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

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

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

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

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