#A43BBA

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

Shades of Dark Orchid #A43BBA

Tints of Dark Orchid #A43BBA

Color information

#A43BBA (or 0xA43BBA) is unknown color: approx Dark Orchid. HEX triplet: A4, 3B and BA. RGB value is (164,59,186). Sum of RGB (Red+Green+Blue) = 164+59+186=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBA is #5BC445. Grayscale: #686868. Windows color (decimal): -6014022 or 12204964. OLE color: 12204964.

HSL color Cylindrical-coordinate representation of color #A43BBA: hue angle of 289.61º degrees, saturation: 0.52, 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 #A43BBA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16459186-
CMYK0.120.6800.27
HSL289.61º51.84%48.04%-
HSV(B)289.61º68.28%72.94%-
XYZ25.7414.5747.91-
YUV104.87173.79170.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=40.10%
G=14.43%
B=45.48%

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
Decimal164591860.120.6800.27289.6151.8448.04
HexA43BBAC4401B1223430
Octal24473272141040334426460
Binary101001001110111011101011001000100011011100100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BBA; }

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

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

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

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

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

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

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

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