#af57c5

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

Shades of Medium Orchid #AF57C5

Tints of Medium Orchid #AF57C5

Color information

#AF57C5 (or 0xAF57C5) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and C5. RGB value is (175,87,197). Sum of RGB (Red+Green+Blue) = 175+87+197=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF57C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C5 is #50A83A. Grayscale: #7D7D7D. Windows color (decimal): -5285947 or 12933039. OLE color: 12933039.

HSL color Cylindrical-coordinate representation of color #AF57C5: hue angle of 288º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF57C5 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17587197-
CMYK0.110.5600.23
HSL288º48.67%55.69%-
HSV(B)288º55.84%77.25%-
XYZ31.1719.9655.03-
YUV125.85168.15163.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=38.13%
G=18.95%
B=42.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175871970.110.5600.2328848.6755.69
HexAF57C5B380171203138
Octal25712730513700274406170
Binary101011111010111110001011011111000010111100100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af57c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af57c5; }

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

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

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

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

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

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

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

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