#A329CC

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

Shades of Dark Orchid #A329CC

Tints of Dark Orchid #A329CC

Color information

#A329CC (or 0xA329CC) is unknown color: approx Dark Orchid. HEX triplet: A3, 29 and CC. RGB value is (163,41,204). Sum of RGB (Red+Green+Blue) = 163+41+204=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A329CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329CC is #5CD633. Grayscale: #5F5F5F. Windows color (decimal): -6084148 or 13380003. OLE color: 13380003.

HSL color Cylindrical-coordinate representation of color #A329CC: hue angle of 284.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A329CC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16341204-
CMYK0.200.8000.2
HSL284.91º66.53%48.04%-
HSV(B)284.91º79.9%80%-
XYZ26.813.7358.36-
YUV96.06188.92175.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 41 (16.41% from 255) = 10.05%
BLUE value IS 204 (80.08% from 255) = 50%
R=39.95%
G=10.05%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163412040.200.8000.2284.9166.5348.04
HexA329CC145001411d4330
Octal243513142412002443510360
Binary10100011101001110011001010010100000101001000111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A329CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A329CC; }

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

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

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

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

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

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

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

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