#a329ce

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

Shades of Dark Orchid #A329CE

Tints of Dark Orchid #A329CE

Color information

#A329CE (or 0xA329CE) is unknown color: approx Dark Orchid. HEX triplet: A3, 29 and CE. RGB value is (163,41,206). Sum of RGB (Red+Green+Blue) = 163+41+206=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #A329CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329CE is #5CD631. Grayscale: #5F5F5F. Windows color (decimal): -6084146 or 13511075. OLE color: 13511075.

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

Color convert

RGB16341206-
CMYK0.210.8000.19
HSL284.36º66.8%48.43%-
HSV(B)284.36º80.1%80.78%-
XYZ27.0413.8359.64-
YUV96.29189.92175.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 41 (16.41% from 255) = 10%
BLUE value IS 206 (80.86% from 255) = 50.24%
R=39.76%
G=10%
B=50.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163412060.210.8000.19284.3666.848.43
HexA329CE155001311c4330
Octal243513162512002343410360
Binary10100011101001110011101010110100000100111000111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a329ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a329ce; }

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

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

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

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

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

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

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

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