#A546DC

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

Shades of Dark Orchid #A546DC

Tints of Dark Orchid #A546DC

Color information

#A546DC (or 0xA546DC) is unknown color: approx Dark Orchid. HEX triplet: A5, 46 and DC. RGB value is (165,70,220). Sum of RGB (Red+Green+Blue) = 165+70+220=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #A546DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546DC is #5AB923. Grayscale: #737373. Windows color (decimal): -5945636 or 14436005. OLE color: 14436005.

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

Color convert

RGB16570220-
CMYK0.250.6800.14
HSL278º68.18%56.86%-
HSV(B)278º68.18%86.27%-
XYZ30.6317.5569.48-
YUV115.5186.97163.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=36.26%
G=15.38%
B=48.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165702200.250.6800.1427868.1856.86
HexA546DC19440E1164439
Octal2451063343110401642610471
Binary10100101100011011011100110011000100011101000101101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A546DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A546DC; }

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

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

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

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

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

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

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

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