#AF5EC8

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

Shades of Medium Orchid #AF5EC8

Tints of Medium Orchid #AF5EC8

Color information

#AF5EC8 (or 0xAF5EC8) is unknown color: approx Medium Orchid. HEX triplet: AF, 5E and C8. RGB value is (175,94,200). Sum of RGB (Red+Green+Blue) = 175+94+200=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EC8 is #50A137. Grayscale: #818181. Windows color (decimal): -5284152 or 13131439. OLE color: 13131439.

HSL color Cylindrical-coordinate representation of color #AF5EC8: hue angle of 285.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5EC8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17594200-
CMYK0.120.5300.22
HSL285.85º49.07%57.65%-
HSV(B)285.85º53%78.43%-
XYZ32.1121.2957.06-
YUV130.3167.34159.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=37.31%
G=20.04%
B=42.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175942000.120.5300.22285.8549.0757.65
HexAF5EC8C3501611e313a
Octal25713631014650264366172
Binary101011111011110110010001100110101010110100011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5EC8; }

 p { color: rgb(175,94,200); }

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

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

 a { background-color: rgb(175,94,200); }

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

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

 span { border-color: rgb(175,94,200); }

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