#AF1AA8

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

Shades of Medium Violet Red #AF1AA8

Tints of Medium Violet Red #AF1AA8

Color information

#AF1AA8 (or 0xAF1AA8) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1A and A8. RGB value is (175,26,168). Sum of RGB (Red+Green+Blue) = 175+26+168=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AA8 is #50E557. Grayscale: #565656. Windows color (decimal): -5301592 or 11016879. OLE color: 11016879.

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

Color convert

RGB17526168-
CMYK00.850.040.31
HSL302.82º74.13%39.41%-
HSV(B)302.82º85.14%68.63%-
XYZ25.1212.6838.17-
YUV86.74173.86190.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 168 (66.02% from 255) = 45.53%
R=47.43%
G=7.05%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752616800.850.040.31302.8274.1339.41
HexAF1AA805541F12f4a27
Octal25732250012543745711247
Binary10101111110101010100001010101100111111001011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1AA8; }

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

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

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

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

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

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

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

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