#AF57FA

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

Shades of Medium Orchid #AF57FA

Tints of Medium Orchid #AF57FA

Color information

#AF57FA (or 0xAF57FA) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and FA. RGB value is (175,87,250). Sum of RGB (Red+Green+Blue) = 175+87+250=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF57FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57FA is #50A805. Grayscale: #838383. Windows color (decimal): -5285894 or 16406447. OLE color: 16406447.

HSL color Cylindrical-coordinate representation of color #AF57FA: hue angle of 272.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF57FA is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17587250-
CMYK0.30.6500.02
HSL272.39º94.22%66.08%-
HSV(B)272.39º65.2%98.04%-
XYZ38.3422.8392.83-
YUV131.89194.65158.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 87 (34.38% from 255) = 16.99%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=34.18%
G=16.99%
B=48.83%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175872500.30.6500.02272.3994.2266.08
HexAF57FA1E41021105e42
Octal2571273723610102420136102
Binary1010111110101111111101011110100000101010001000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57FA; }

 p { color: rgb(175,87,250); }

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

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

 a { background-color: rgb(175,87,250); }

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

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

 span { border-color: rgb(175,87,250); }

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