#AF27A0

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

Shades of Medium Red Violet #AF27A0

Tints of Medium Red Violet #AF27A0

Color information

#AF27A0 (or 0xAF27A0) is unknown color: approx Medium Red Violet. HEX triplet: AF, 27 and A0. RGB value is (175,39,160). Sum of RGB (Red+Green+Blue) = 175+39+160=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27A0 is #50D85F. Grayscale: #5D5D5D. Windows color (decimal): -5298272 or 10495919. OLE color: 10495919.

HSL color Cylindrical-coordinate representation of color #AF27A0: hue angle of 306.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27A0 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17539160-
CMYK00.780.090.31
HSL306.62º63.55%41.96%-
HSV(B)306.62º77.71%68.63%-
XYZ24.7513.134.48-
YUV93.46165.56186.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 39 (15.62% from 255) = 10.43%
BLUE value IS 160 (62.89% from 255) = 42.78%
R=46.79%
G=10.43%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753916000.780.090.31306.6263.5541.96
HexAF27A004E91F133402a
Octal257472400116113746310052
Binary1010111110011110100000010011101001111111001100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF27A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF27A0; }

 p { color: rgb(175,39,160); }

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

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

 a { background-color: rgb(175,39,160); }

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

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

 span { border-color: rgb(175,39,160); }

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