#A547D1

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

Shades of Dark Orchid #A547D1

Tints of Dark Orchid #A547D1

Color information

#A547D1 (or 0xA547D1) is unknown color: approx Dark Orchid. HEX triplet: A5, 47 and D1. RGB value is (165,71,209). Sum of RGB (Red+Green+Blue) = 165+71+209=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #A547D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547D1 is #5AB82E. Grayscale: #727272. Windows color (decimal): -5945391 or 13715365. OLE color: 13715365.

HSL color Cylindrical-coordinate representation of color #A547D1: hue angle of 280.87º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A547D1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16571209-
CMYK0.210.6600.18
HSL280.87º60%54.9%-
HSV(B)280.87º66.03%81.96%-
XYZ29.2817.1162.08-
YUV114.84181.14163.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=37.08%
G=15.96%
B=46.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165712090.210.6600.18280.876054.9
HexA547D115420121193c37
Octal245107321251020224317467
Binary10100101100011111010001101011000010010010100011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547D1; }

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

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

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

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

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

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

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

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