#A540C3

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

Shades of Dark Orchid #A540C3

Tints of Dark Orchid #A540C3

Color information

#A540C3 (or 0xA540C3) is unknown color: approx Dark Orchid. HEX triplet: A5, 40 and C3. RGB value is (165,64,195). Sum of RGB (Red+Green+Blue) = 165+64+195=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 195 (76.56% from 255 or 45.99% from 424); Max value from RGB is 195 - color contains mainly: blue. Hex color #A540C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540C3 is #5ABF3C. Grayscale: #6C6C6C. Windows color (decimal): -5947197 or 12796069. OLE color: 12796069.

HSL color Cylindrical-coordinate representation of color #A540C3: hue angle of 286.26º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A540C3 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16564195-
CMYK0.150.6700.24
HSL286.26º52.19%50.78%-
HSV(B)286.26º67.18%76.47%-
XYZ27.215.6153.21-
YUV109.13176.46167.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 64 (25.39% from 255) = 15.09%
BLUE value IS 195 (76.56% from 255) = 45.99%
R=38.92%
G=15.09%
B=45.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165641950.150.6700.24286.2652.1950.78
HexA540C3F4301811e3433
Octal245100303171030304366463
Binary1010010110000001100001111111000011011000100011110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A540C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A540C3; }

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

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

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

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

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

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

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

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