#A43ABD

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

Shades of Dark Orchid #A43ABD

Tints of Dark Orchid #A43ABD

Color information

#A43ABD (or 0xA43ABD) is unknown color: approx Dark Orchid. HEX triplet: A4, 3A and BD. RGB value is (164,58,189). Sum of RGB (Red+Green+Blue) = 164+58+189=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ABD is #5BC542. Grayscale: #686868. Windows color (decimal): -6014275 or 12401316. OLE color: 12401316.

HSL color Cylindrical-coordinate representation of color #A43ABD: hue angle of 288.55º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43ABD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16458189-
CMYK0.130.6900.26
HSL288.55º53.04%48.43%-
HSV(B)288.55º69.31%74.12%-
XYZ26.0114.5949.59-
YUV104.63175.62170.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=39.90%
G=14.11%
B=45.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164581890.130.6900.26288.5553.0448.43
HexA43ABDD4501A1213530
Octal24472275151050324416560
Binary101001001110101011110111011000101011010100100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43ABD; }

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

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

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

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

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

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

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

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