#a43de2

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

Shades of Dark Orchid #A43DE2

Tints of Dark Orchid #A43DE2

Color information

#A43DE2 (or 0xA43DE2) is unknown color: approx Dark Orchid. HEX triplet: A4, 3D and E2. RGB value is (164,61,226). Sum of RGB (Red+Green+Blue) = 164+61+226=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #A43DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DE2 is #5BC21D. Grayscale: #6E6E6E. Windows color (decimal): -6013470 or 14826916. OLE color: 14826916.

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

Color convert

RGB16461226-
CMYK0.270.7300.11
HSL277.45º73.99%56.27%-
HSV(B)277.45º73.01%88.63%-
XYZ30.7116.7273.56-
YUV110.61193.12166.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 226 (88.67% from 255) = 50.11%
R=36.36%
G=13.53%
B=50.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164612260.270.7300.11277.4573.9956.27
HexA43DE21B490B1154a38
Octal244753423311101342511270
Binary1010010011110111100010110111001001010111000101011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43de2; }

 p { color: rgb(164,61,226); }

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

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

 a { background-color: rgb(164,61,226); }

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

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

 span { border-color: rgb(164,61,226); }

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