#A542CD

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

Shades of Dark Orchid #A542CD

Tints of Dark Orchid #A542CD

Color information

#A542CD (or 0xA542CD) is unknown color: approx Dark Orchid. HEX triplet: A5, 42 and CD. RGB value is (165,66,205). Sum of RGB (Red+Green+Blue) = 165+66+205=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A542CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542CD is #5ABD32. Grayscale: #6E6E6E. Windows color (decimal): -5946675 or 13451941. OLE color: 13451941.

HSL color Cylindrical-coordinate representation of color #A542CD: hue angle of 282.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A542CD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16566205-
CMYK0.200.6800.20
HSL282.73º58.16%53.14%-
HSV(B)282.73º67.8%80.39%-
XYZ28.4816.359.4-
YUV111.45180.8166.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=37.84%
G=15.14%
B=47.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165662050.200.6800.20282.7358.1653.14
HexA542CD144401411b3a35
Octal245102315241040244337265
Binary10100101100001011001101101001000100010100100011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A542CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A542CD; }

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

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

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

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

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

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

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

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