#A858D0

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

Shades of Medium Orchid #A858D0

Tints of Medium Orchid #A858D0

Color information

#A858D0 (or 0xA858D0) is unknown color: approx Medium Orchid. HEX triplet: A8, 58 and D0. RGB value is (168,88,208). Sum of RGB (Red+Green+Blue) = 168+88+208=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #A858D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858D0 is #57A72F. Grayscale: #7D7D7D. Windows color (decimal): -5744432 or 13654184. OLE color: 13654184.

HSL color Cylindrical-coordinate representation of color #A858D0: hue angle of 280º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A858D0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16888208-
CMYK0.190.5800.18
HSL280º56.07%58.04%-
HSV(B)280º57.69%81.57%-
XYZ31.0219.8661.87-
YUV125.6174.5158.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=36.21%
G=18.97%
B=44.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168882080.190.5800.1828056.0758.04
HexA858D0133A012118383a
Octal25013032023720224307072
Binary1010100010110001101000010011111010010010100011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A858D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A858D0; }

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

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

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

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

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

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

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

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