#A43BBD

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

Shades of Dark Orchid #A43BBD

Tints of Dark Orchid #A43BBD

Color information

#A43BBD (or 0xA43BBD) is unknown color: approx Dark Orchid. HEX triplet: A4, 3B and BD. RGB value is (164,59,189). Sum of RGB (Red+Green+Blue) = 164+59+189=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBD is #5BC442. Grayscale: #686868. Windows color (decimal): -6014019 or 12401572. OLE color: 12401572.

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

Color convert

RGB16459189-
CMYK0.130.6900.26
HSL288.46º52.42%48.63%-
HSV(B)288.46º68.78%74.12%-
XYZ26.0614.6949.61-
YUV105.22175.29169.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 59 (23.44% from 255) = 14.32%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=39.81%
G=14.32%
B=45.87%

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
Decimal164591890.130.6900.26288.4652.4248.63
HexA43BBDD4501A1203431
Octal24473275151050324406461
Binary101001001110111011110111011000101011010100100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BBD; }

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

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

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

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

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

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

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

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