#AF2A8D

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

Shades of Medium Red Violet #AF2A8D

Tints of Medium Red Violet #AF2A8D

Color information

#AF2A8D (or 0xAF2A8D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2A and 8D. RGB value is (175,42,141). Sum of RGB (Red+Green+Blue) = 175+42+141=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2A8D is #50D572. Grayscale: #5C5C5C. Windows color (decimal): -5297523 or 9251503. OLE color: 9251503.

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

Color convert

RGB17542141-
CMYK00.760.190.31
HSL315.34º61.29%42.55%-
HSV(B)315.34º76%68.63%-
XYZ23.3112.6926.42-
YUV93.05155.06186.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=48.88%
G=11.73%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754214100.760.190.31315.3461.2942.55
HexAF2A8D04C131F13b3d2b
Octal25752215011423374737553
Binary1010111110101010001101010011001001111111100111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A8D; }

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

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

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

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

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

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

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

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