#A542D9

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

Shades of Dark Orchid #A542D9

Tints of Dark Orchid #A542D9

Color information

#A542D9 (or 0xA542D9) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and D9. RGB value is (165,66,217). Sum of RGB (Red+Green+Blue) = 165+66+217=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #A542D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542D9 is #5ABD26. Grayscale: #707070. Windows color (decimal): -5946663 or 14238373. OLE color: 14238373.

HSL color Cylindrical-coordinate representation of color #A542D9: hue angle of 279.34º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A542D9 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16566217-
CMYK0.240.7000.15
HSL279.34º66.52%55.49%-
HSV(B)279.34º69.59%85.1%-
XYZ29.9916.9167.33-
YUV112.82186.8165.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=36.83%
G=14.73%
B=48.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165662170.240.7000.15279.3466.5255.49
HexA542D918460F1174337
Octal2451023313010601742710367
Binary10100101100001011011001110001000110011111000101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542D9; }

 p { color: rgb(165,66,217); }

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

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

 a { background-color: rgb(165,66,217); }

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

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

 span { border-color: rgb(165,66,217); }

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