#A329B5

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

Shades of Dark Orchid #A329B5

Tints of Dark Orchid #A329B5

Color information

#A329B5 (or 0xA329B5) is unknown color: approx Dark Orchid. HEX triplet: A3, 29 and B5. RGB value is (163,41,181). Sum of RGB (Red+Green+Blue) = 163+41+181=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #A329B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329B5 is #5CD64A. Grayscale: #5D5D5D. Windows color (decimal): -6084171 or 11872675. OLE color: 11872675.

HSL color Cylindrical-coordinate representation of color #A329B5: hue angle of 292.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A329B5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16341181-
CMYK0.100.7700.29
HSL292.29º63.06%43.53%-
HSV(B)292.29º77.35%70.98%-
XYZ24.2412.7144.89-
YUV93.44177.42177.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=42.34%
G=10.65%
B=47.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163411810.100.7700.29292.2963.0643.53
HexA329B5A4D01D1243f2c
Octal24351265121150354447754
Binary101000111010011011010110101001101011101100100100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A329B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A329B5; }

 p { color: rgb(163,41,181); }

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

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

 a { background-color: rgb(163,41,181); }

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

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

 span { border-color: rgb(163,41,181); }

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