#A43EDA

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

Shades of Dark Orchid #A43EDA

Tints of Dark Orchid #A43EDA

Color information

#A43EDA (or 0xA43EDA) is unknown color: approx Dark Orchid. HEX triplet: A4, 3E and DA. RGB value is (164,62,218). Sum of RGB (Red+Green+Blue) = 164+62+218=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #A43EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EDA is #5BC125. Grayscale: #6D6D6D. Windows color (decimal): -6013222 or 14302884. OLE color: 14302884.

HSL color Cylindrical-coordinate representation of color #A43EDA: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43EDA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16462218-
CMYK0.250.7200.15
HSL279.23º67.83%54.9%-
HSV(B)279.23º71.56%85.49%-
XYZ29.6916.467.93-
YUV110.28188.79166.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 62 (24.61% from 255) = 13.96%
BLUE value IS 218 (85.55% from 255) = 49.10%
R=36.94%
G=13.96%
B=49.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164622180.250.7200.15279.2367.8354.9
HexA43EDA19480F1174437
Octal244763323111001742710467
Binary1010010011111011011010110011001000011111000101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43EDA; }

 p { color: rgb(164,62,218); }

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

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

 a { background-color: rgb(164,62,218); }

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

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

 span { border-color: rgb(164,62,218); }

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