#AF5DCD

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

Shades of Medium Orchid #AF5DCD

Tints of Medium Orchid #AF5DCD

Color information

#AF5DCD (or 0xAF5DCD) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and CD. RGB value is (175,93,205). Sum of RGB (Red+Green+Blue) = 175+93+205=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCD is #50A232. Grayscale: #818181. Windows color (decimal): -5284403 or 13458863. OLE color: 13458863.

HSL color Cylindrical-coordinate representation of color #AF5DCD: hue angle of 283.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5DCD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17593205-
CMYK0.150.5500.20
HSL283.93º52.83%58.43%-
HSV(B)283.93º54.63%80.39%-
XYZ32.6121.3560.16-
YUV130.29170.17159.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=37.00%
G=19.66%
B=43.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175932050.150.5500.20283.9352.8358.43
HexAF5DCDF3701411c353a
Octal25713531517670244346572
Binary101011111011101110011011111110111010100100011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DCD; }

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

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

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

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

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

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

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

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