#A537DC

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

Shades of Dark Orchid #A537DC

Tints of Dark Orchid #A537DC

Color information

#A537DC (or 0xA537DC) is unknown color: approx Dark Orchid. HEX triplet: A5, 37 and DC. RGB value is (165,55,220). Sum of RGB (Red+Green+Blue) = 165+55+220=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A537DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537DC is #5AC823. Grayscale: #6A6A6A. Windows color (decimal): -5949476 or 14432165. OLE color: 14432165.

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

Color convert

RGB16555220-
CMYK0.250.7500.14
HSL280º70.21%53.92%-
HSV(B)280º75%86.27%-
XYZ29.815.969.21-
YUV106.7191.94169.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 220 (86.33% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165552200.250.7500.1428070.2153.92
HexA537DC194B0E1184636
Octal245673343111301643010666
Binary1010010111011111011100110011001011011101000110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537DC; }

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

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

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

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

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

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

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

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