#AF1A9C

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

Shades of Medium Violet Red #AF1A9C

Tints of Medium Violet Red #AF1A9C

Color information

#AF1A9C (or 0xAF1A9C) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1A and 9C. RGB value is (175,26,156). Sum of RGB (Red+Green+Blue) = 175+26+156=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1A9C is #50E563. Grayscale: #555555. Windows color (decimal): -5301604 or 10230447. OLE color: 10230447.

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

Color convert

RGB17526156-
CMYK00.850.110.31
HSL307.65º74.13%39.41%-
HSV(B)307.65º85.14%68.63%-
XYZ24.0512.2532.55-
YUV85.37167.86191.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 26 (10.55% from 255) = 7.28%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=49.02%
G=7.28%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752615600.850.110.31307.6574.1339.41
HexAF1A9C055B1F1344a27
Octal257322340125133746411247
Binary101011111101010011100010101011011111111001101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A9C; }

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

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

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

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

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

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

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

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