#A858DE

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

Shades of Medium Orchid #A858DE

Tints of Medium Orchid #A858DE

Color information

#A858DE (or 0xA858DE) is unknown color: approx Medium Orchid. HEX triplet: A8, 58 and DE. RGB value is (168,88,222). Sum of RGB (Red+Green+Blue) = 168+88+222=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #A858DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858DE is #57A721. Grayscale: #7E7E7E. Windows color (decimal): -5744418 or 14571688. OLE color: 14571688.

HSL color Cylindrical-coordinate representation of color #A858DE: hue angle of 275.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A858DE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16888222-
CMYK0.240.6000.13
HSL275.82º67%60.78%-
HSV(B)275.82º60.36%87.06%-
XYZ32.8220.5871.35-
YUV127.2181.5157.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=35.15%
G=18.41%
B=46.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168882220.240.6000.13275.826760.78
HexA858DE183C0D114433d
Octal250130336307401542410375
Binary1010100010110001101111011000111100011011000101001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A858DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A858DE; }

 p { color: rgb(168,88,222); }

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

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

 a { background-color: rgb(168,88,222); }

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

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

 span { border-color: rgb(168,88,222); }

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