#AF409A

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

Shades of Medium Red Violet #AF409A

Tints of Medium Red Violet #AF409A

Color information

#AF409A (or 0xAF409A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 40 and 9A. RGB value is (175,64,154). Sum of RGB (Red+Green+Blue) = 175+64+154=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF409A is #50BF65. Grayscale: #6B6B6B. Windows color (decimal): -5291878 or 10109103. OLE color: 10109103.

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

Color convert

RGB17564154-
CMYK00.630.120.31
HSL311.35º46.44%46.86%-
HSV(B)311.35º63.43%68.63%-
XYZ25.3515.1132.15-
YUV107.45154.27176.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=44.53%
G=16.28%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756415400.630.120.31311.3546.4446.86
HexAF409A03FC1F1372e2f
Octal25710023207714374675657
Binary101011111000000100110100111111110011111100110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF409A; }

 p { color: rgb(175,64,154); }

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

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

 a { background-color: rgb(175,64,154); }

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

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

 span { border-color: rgb(175,64,154); }

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