#A540CE

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

Shades of Dark Orchid #A540CE

Tints of Dark Orchid #A540CE

Color information

#A540CE (or 0xA540CE) is unknown color: approx Dark Orchid. HEX triplet: A5, 40 and CE. RGB value is (165,64,206). Sum of RGB (Red+Green+Blue) = 165+64+206=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A540CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CE is #5ABF31. Grayscale: #6D6D6D. Windows color (decimal): -5947186 or 13516965. OLE color: 13516965.

HSL color Cylindrical-coordinate representation of color #A540CE: hue angle of 282.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A540CE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16564206-
CMYK0.200.6900.19
HSL282.68º59.17%52.94%-
HSV(B)282.68º68.93%80.78%-
XYZ28.4916.1260-
YUV110.39181.96166.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=37.93%
G=14.71%
B=47.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165642060.200.6900.19282.6859.1752.94
HexA540CE144501311b3b35
Octal245100316241050234337365
Binary10100101100000011001110101001000101010011100011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A540CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A540CE; }

 p { color: rgb(165,64,206); }

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

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

 a { background-color: rgb(165,64,206); }

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

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

 span { border-color: rgb(165,64,206); }

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