#A43CBA

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

Shades of Dark Orchid #A43CBA

Tints of Dark Orchid #A43CBA

Color information

#A43CBA (or 0xA43CBA) is unknown color: approx Dark Orchid. HEX triplet: A4, 3C and BA. RGB value is (164,60,186). Sum of RGB (Red+Green+Blue) = 164+60+186=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CBA is #5BC345. Grayscale: #696969. Windows color (decimal): -6013766 or 12205220. OLE color: 12205220.

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

Color convert

RGB16460186-
CMYK0.120.6800.27
HSL289.52º51.22%48.24%-
HSV(B)289.52º67.74%72.94%-
XYZ25.7914.6747.93-
YUV105.46173.46169.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=40%
G=14.63%
B=45.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164601860.120.6800.27289.5251.2248.24
HexA43CBAC4401B1223330
Octal24474272141040334426360
Binary101001001111001011101011001000100011011100100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43CBA; }

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

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

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

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

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

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

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

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