#a547dc

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

Shades of Dark Orchid #A547DC

Tints of Dark Orchid #A547DC

Color information

#A547DC (or 0xA547DC) is unknown color: approx Dark Orchid. HEX triplet: A5, 47 and DC. RGB value is (165,71,220). Sum of RGB (Red+Green+Blue) = 165+71+220=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A547DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547DC is #5AB823. Grayscale: #737373. Windows color (decimal): -5945380 or 14436261. OLE color: 14436261.

HSL color Cylindrical-coordinate representation of color #A547DC: hue angle of 277.85º 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 #A547DC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16571220-
CMYK0.250.6800.14
HSL277.85º68.04%57.06%-
HSV(B)277.85º67.73%86.27%-
XYZ30.6917.6769.5-
YUV116.09186.64162.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 71 (28.12% from 255) = 15.57%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=36.18%
G=15.57%
B=48.25%

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
Decimal165712200.250.6800.14277.8568.0457.06
HexA547DC19440E1164439
Octal2451073343110401642610471
Binary10100101100011111011100110011000100011101000101101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a547dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a547dc; }

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

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

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

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

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

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

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

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