#AF1B7A

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

Shades of Medium Violet Red #AF1B7A

Tints of Medium Violet Red #AF1B7A

Color information

#AF1B7A (or 0xAF1B7A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1B and 7A. RGB value is (175,27,122). Sum of RGB (Red+Green+Blue) = 175+27+122=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B7A is #50E485. Grayscale: #515151. Windows color (decimal): -5301382 or 8002479. OLE color: 8002479.

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

Color convert

RGB17527122-
CMYK00.850.300.31
HSL321.49º73.27%39.61%-
HSV(B)321.49º84.57%68.63%-
XYZ21.5811.319.46-
YUV82.08150.53194.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 27 (10.94% from 255) = 8.33%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=54.01%
G=8.33%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752712200.850.300.31321.4973.2739.61
HexAF1B7A0551E1F1414928
Octal257331720125363750111150
Binary101011111101111110100101010111110111111010000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B7A; }

 p { color: rgb(175,27,122); }

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

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

 a { background-color: rgb(175,27,122); }

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

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

 span { border-color: rgb(175,27,122); }

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