#A542D0

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

Shades of Dark Orchid #A542D0

Tints of Dark Orchid #A542D0

Color information

#A542D0 (or 0xA542D0) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and D0. RGB value is (165,66,208). Sum of RGB (Red+Green+Blue) = 165+66+208=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A542D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542D0 is #5ABD2F. Grayscale: #6F6F6F. Windows color (decimal): -5946672 or 13648549. OLE color: 13648549.

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

Color convert

RGB16566208-
CMYK0.210.6800.18
HSL281.83º60.17%53.73%-
HSV(B)281.83º68.27%81.57%-
XYZ28.8516.4561.33-
YUV111.79182.3165.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=37.59%
G=15.03%
B=47.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165662080.210.6800.18281.8360.1753.73
HexA542D0154401211a3c36
Octal245102320251040224327466
Binary10100101100001011010000101011000100010010100011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542D0; }

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

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

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

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

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

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

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

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