#A543C4

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

Shades of Dark Orchid #A543C4

Tints of Dark Orchid #A543C4

Color information

#A543C4 (or 0xA543C4) is unknown color: approx Dark Orchid. HEX triplet: A5, 43 and C4. RGB value is (165,67,196). Sum of RGB (Red+Green+Blue) = 165+67+196=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #A543C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543C4 is #5ABC3B. Grayscale: #6E6E6E. Windows color (decimal): -5946428 or 12862373. OLE color: 12862373.

HSL color Cylindrical-coordinate representation of color #A543C4: hue angle of 285.58º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A543C4 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16567196-
CMYK0.160.6600.23
HSL285.58º52.23%51.57%-
HSV(B)285.58º65.82%76.86%-
XYZ27.491653.86-
YUV111.01175.97166.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 67 (26.56% from 255) = 15.65%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=38.55%
G=15.65%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165671960.160.6600.23285.5852.2351.57
HexA543C4104201711e3434
Octal245103304201020274366464
Binary10100101100001111000100100001000010010111100011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A543C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A543C4; }

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

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

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

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

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

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

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

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