#A543CA

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

Shades of Dark Orchid #A543CA

Tints of Dark Orchid #A543CA

Color information

#A543CA (or 0xA543CA) is unknown color: approx Dark Orchid. HEX triplet: A5, 43 and CA. RGB value is (165,67,202). Sum of RGB (Red+Green+Blue) = 165+67+202=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A543CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543CA is #5ABC35. Grayscale: #6F6F6F. Windows color (decimal): -5946422 or 13255589. OLE color: 13255589.

HSL color Cylindrical-coordinate representation of color #A543CA: hue angle of 283.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A543CA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16567202-
CMYK0.180.6700.21
HSL283.56º56.02%52.75%-
HSV(B)283.56º66.83%79.22%-
XYZ28.1816.2857.53-
YUV111.69178.97166.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=38.02%
G=15.44%
B=46.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165672020.180.6700.21283.5656.0252.75
HexA543CA124301511c3835
Octal245103312221030254347065
Binary10100101100001111001010100101000011010101100011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A543CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A543CA; }

 p { color: rgb(165,67,202); }

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

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

 a { background-color: rgb(165,67,202); }

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

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

 span { border-color: rgb(165,67,202); }

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