#AF2AA8

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

Shades of Medium Red Violet #AF2AA8

Tints of Medium Red Violet #AF2AA8

Color information

#AF2AA8 (or 0xAF2AA8) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2A and A8. RGB value is (175,42,168). Sum of RGB (Red+Green+Blue) = 175+42+168=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2AA8 is #50D557. Grayscale: #5F5F5F. Windows color (decimal): -5297496 or 11020975. OLE color: 11020975.

HSL color Cylindrical-coordinate representation of color #AF2AA8: hue angle of 303.16º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2AA8 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17542168-
CMYK00.760.040.31
HSL303.16º61.29%42.55%-
HSV(B)303.16º76%68.63%-
XYZ25.5813.638.32-
YUV96.13168.56184.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 168 (66.02% from 255) = 43.64%
R=45.45%
G=10.91%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754216800.760.040.31303.1661.2942.55
HexAF2AA804C41F12f3d2b
Octal2575225001144374577553
Binary10101111101010101010000100110010011111100101111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2AA8; }

 p { color: rgb(175,42,168); }

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

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

 a { background-color: rgb(175,42,168); }

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

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

 span { border-color: rgb(175,42,168); }

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