#A54ADC

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

Shades of Medium Orchid #A54ADC

Tints of Medium Orchid #A54ADC

Color information

#A54ADC (or 0xA54ADC) is unknown color: approx Medium Orchid. HEX triplet: A5, 4A and DC. RGB value is (165,74,220). Sum of RGB (Red+Green+Blue) = 165+74+220=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A54ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ADC is #5AB523. Grayscale: #757575. Windows color (decimal): -5944612 or 14437029. OLE color: 14437029.

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

Color convert

RGB16574220-
CMYK0.250.6600.14
HSL277.4º67.59%57.65%-
HSV(B)277.4º66.36%86.27%-
XYZ30.8818.0669.57-
YUV117.85185.65161.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=35.95%
G=16.12%
B=47.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165742200.250.6600.14277.467.5957.65
HexA54ADC19420E115443a
Octal2451123343110201642510472
Binary10100101100101011011100110011000010011101000101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54ADC; }

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

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

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

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

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

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

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

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