#A54ADD

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

Shades of Medium Orchid #A54ADD

Tints of Medium Orchid #A54ADD

Color information

#A54ADD (or 0xA54ADD) is unknown color: approx Medium Orchid. HEX triplet: A5, 4A and DD. RGB value is (165,74,221). Sum of RGB (Red+Green+Blue) = 165+74+221=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ADD is #5AB522. Grayscale: #757575. Windows color (decimal): -5944611 or 14502565. OLE color: 14502565.

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

Color convert

RGB16574221-
CMYK0.250.6700.13
HSL277.14º68.37%57.84%-
HSV(B)277.14º66.52%86.67%-
XYZ31.0218.1270.27-
YUV117.97186.15161.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=35.87%
G=16.09%
B=48.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165742210.250.6700.13277.1468.3757.84
HexA54ADD19430D115443a
Octal2451123353110301542510472
Binary10100101100101011011101110011000011011011000101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54ADD; }

 p { color: rgb(165,74,221); }

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

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

 a { background-color: rgb(165,74,221); }

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

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

 span { border-color: rgb(165,74,221); }

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