#A854D4

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

Shades of Medium Orchid #A854D4

Tints of Medium Orchid #A854D4

Color information

#A854D4 (or 0xA854D4) is unknown color: approx Medium Orchid. HEX triplet: A8, 54 and D4. RGB value is (168,84,212). Sum of RGB (Red+Green+Blue) = 168+84+212=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #A854D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D4 is #57AB2B. Grayscale: #7B7B7B. Windows color (decimal): -5745452 or 13915304. OLE color: 13915304.

HSL color Cylindrical-coordinate representation of color #A854D4: hue angle of 279.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A854D4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16884212-
CMYK0.210.6000.17
HSL279.38º59.81%58.04%-
HSV(B)279.38º60.38%83.14%-
XYZ31.219.4264.39-
YUV123.71177.83159.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=36.21%
G=18.10%
B=45.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168842120.210.6000.17279.3859.8158.04
HexA854D4153C0111173c3a
Octal25012432425740214277472
Binary1010100010101001101010010101111100010001100010111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854D4; }

 p { color: rgb(168,84,212); }

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

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

 a { background-color: rgb(168,84,212); }

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

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

 span { border-color: rgb(168,84,212); }

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