#A43DBA

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

Shades of Dark Orchid #A43DBA

Tints of Dark Orchid #A43DBA

Color information

#A43DBA (or 0xA43DBA) is unknown color: approx Dark Orchid. HEX triplet: A4, 3D and BA. RGB value is (164,61,186). Sum of RGB (Red+Green+Blue) = 164+61+186=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DBA is #5BC245. Grayscale: #696969. Windows color (decimal): -6013510 or 12205476. OLE color: 12205476.

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

Color convert

RGB16461186-
CMYK0.120.6700.27
HSL289.44º50.61%48.43%-
HSV(B)289.44º67.2%72.94%-
XYZ25.8414.7847.94-
YUV106.05173.12169.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=39.90%
G=14.84%
B=45.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164611860.120.6700.27289.4450.6148.43
HexA43DBAC4301B1213330
Octal24475272141030334416360
Binary101001001111011011101011001000011011011100100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DBA; }

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

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

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

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

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

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

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

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