#AF5DE3

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

Shades of Medium Orchid #AF5DE3

Tints of Medium Orchid #AF5DE3

Color information

#AF5DE3 (or 0xAF5DE3) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and E3. RGB value is (175,93,227). Sum of RGB (Red+Green+Blue) = 175+93+227=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF5DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DE3 is #50A21C. Grayscale: #848484. Windows color (decimal): -5284381 or 14900655. OLE color: 14900655.

HSL color Cylindrical-coordinate representation of color #AF5DE3: hue angle of 276.72º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5DE3 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17593227-
CMYK0.230.5900.11
HSL276.72º70.53%62.75%-
HSV(B)276.72º59.03%89.02%-
XYZ35.4622.4975.14-
YUV132.79181.17158.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=35.35%
G=18.79%
B=45.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175932270.230.5900.11276.7270.5362.75
HexAF5DE3173B0B115473f
Octal257135343277301342510777
Binary1010111110111011110001110111111011010111000101011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DE3; }

 p { color: rgb(175,93,227); }

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

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

 a { background-color: rgb(175,93,227); }

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

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

 span { border-color: rgb(175,93,227); }

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