#A43BD0

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

Shades of Dark Orchid #A43BD0

Tints of Dark Orchid #A43BD0

Color information

#A43BD0 (or 0xA43BD0) is unknown color: approx Dark Orchid. HEX triplet: A4, 3B and D0. RGB value is (164,59,208). Sum of RGB (Red+Green+Blue) = 164+59+208=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #A43BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BD0 is #5BC42F. Grayscale: #6A6A6A. Windows color (decimal): -6014000 or 13646756. OLE color: 13646756.

HSL color Cylindrical-coordinate representation of color #A43BD0: hue angle of 282.28º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43BD0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16459208-
CMYK0.210.7200.18
HSL282.28º61.32%52.35%-
HSV(B)282.28º71.63%81.57%-
XYZ28.2615.5761.19-
YUV107.38184.79168.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 59 (23.44% from 255) = 13.69%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=38.05%
G=13.69%
B=48.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164592080.210.7200.18282.2861.3252.35
HexA43BD0154801211a3d34
Octal24473320251100224327564
Binary1010010011101111010000101011001000010010100011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BD0; }

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

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

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

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

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

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

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

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