#A855CD

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

Shades of Medium Orchid #A855CD

Tints of Medium Orchid #A855CD

Color information

#A855CD (or 0xA855CD) is unknown color: approx Medium Orchid. HEX triplet: A8, 55 and CD. RGB value is (168,85,205). Sum of RGB (Red+Green+Blue) = 168+85+205=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A855CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855CD is #57AA32. Grayscale: #7B7B7B. Windows color (decimal): -5745203 or 13456808. OLE color: 13456808.

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

Color convert

RGB16885205-
CMYK0.180.5900.20
HSL281.5º54.55%56.86%-
HSV(B)281.5º58.54%80.39%-
XYZ30.4219.2359.87-
YUV123.5174159.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=36.68%
G=18.56%
B=44.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168852050.180.5900.20281.554.5556.86
HexA855CD123B01411a3739
Octal25012531522730244326771
Binary1010100010101011100110110010111011010100100011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855CD; }

 p { color: rgb(168,85,205); }

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

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

 a { background-color: rgb(168,85,205); }

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

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

 span { border-color: rgb(168,85,205); }

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