#AC5DDE

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

Shades of Medium Orchid #AC5DDE

Tints of Medium Orchid #AC5DDE

Color information

#AC5DDE (or 0xAC5DDE) is unknown color: approx Medium Orchid. HEX triplet: AC, 5D and DE. RGB value is (172,93,222). Sum of RGB (Red+Green+Blue) = 172+93+222=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDE is #53A221. Grayscale: #828282. Windows color (decimal): -5480994 or 14572972. OLE color: 14572972.

HSL color Cylindrical-coordinate representation of color #AC5DDE: hue angle of 276.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5DDE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17293222-
CMYK0.230.5800.13
HSL276.74º66.15%61.76%-
HSV(B)276.74º58.11%87.06%-
XYZ34.1121.8771.53-
YUV131.33179.17157.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=35.32%
G=19.10%
B=45.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172932220.230.5800.13276.7466.1561.76
HexAC5DDE173A0D115423e
Octal254135336277201542510276
Binary1010110010111011101111010111111010011011000101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DDE; }

 p { color: rgb(172,93,222); }

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

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

 a { background-color: rgb(172,93,222); }

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

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

 span { border-color: rgb(172,93,222); }

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