#AF0690

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

Shades of Medium Violet Red #AF0690

Tints of Medium Violet Red #AF0690

Color information

#AF0690 (or 0xAF0690) is unknown color: approx Medium Violet Red. HEX triplet: AF, 06 and 90. RGB value is (175,6,144). Sum of RGB (Red+Green+Blue) = 175+6+144=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0690 is #50F96F. Grayscale: #474747. Windows color (decimal): -5306736 or 9438895. OLE color: 9438895.

HSL color Cylindrical-coordinate representation of color #AF0690: hue angle of 311.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0690 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB1756144-
CMYK00.970.180.31
HSL311.01º93.37%35.49%-
HSV(B)311.01º96.57%68.63%-
XYZ22.7811.2627.36-
YUV72.26168.49201.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=53.85%
G=1.85%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175614400.970.180.31311.0193.3735.49
HexAF690061121F1375d23
Octal25762200141223746713543
Binary10101111110100100000110000110010111111001101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0690; }

 p { color: rgb(175,6,144); }

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

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

 a { background-color: rgb(175,6,144); }

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

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

 span { border-color: rgb(175,6,144); }

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