#A43AE0

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

Shades of Dark Orchid #A43AE0

Tints of Dark Orchid #A43AE0

Color information

#A43AE0 (or 0xA43AE0) is unknown color: approx Dark Orchid. HEX triplet: A4, 3A and E0. RGB value is (164,58,224). Sum of RGB (Red+Green+Blue) = 164+58+224=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #A43AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AE0 is #5BC51F. Grayscale: #6C6C6C. Windows color (decimal): -6014240 or 14695076. OLE color: 14695076.

HSL color Cylindrical-coordinate representation of color #A43AE0: hue angle of 278.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43AE0 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16458224-
CMYK0.270.7400.12
HSL278.31º72.81%55.29%-
HSV(B)278.31º74.11%87.84%-
XYZ30.2816.372.07-
YUV108.62193.12167.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 58 (23.05% from 255) = 13.00%
BLUE value IS 224 (87.89% from 255) = 50.22%
R=36.77%
G=13.00%
B=50.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164582240.270.7400.12278.3172.8155.29
HexA43AE01B4A0C1164937
Octal244723403311201442611167
Binary1010010011101011100000110111001010011001000101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43AE0; }

 p { color: rgb(164,58,224); }

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

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

 a { background-color: rgb(164,58,224); }

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

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

 span { border-color: rgb(164,58,224); }

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