#A327AC

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

Shades of Dark Orchid #A327AC

Tints of Dark Orchid #A327AC

Color information

#A327AC (or 0xA327AC) is unknown color: approx Dark Orchid. HEX triplet: A3, 27 and AC. RGB value is (163,39,172). Sum of RGB (Red+Green+Blue) = 163+39+172=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A327AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327AC is #5CD853. Grayscale: #5A5A5A. Windows color (decimal): -6084692 or 11282339. OLE color: 11282339.

HSL color Cylindrical-coordinate representation of color #A327AC: hue angle of 295.94º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A327AC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16339172-
CMYK0.050.7700.33
HSL295.94º63.03%41.37%-
HSV(B)295.94º77.33%67.45%-
XYZ23.2812.2240.16-
YUV91.24173.58179.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 39 (15.62% from 255) = 10.43%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=43.58%
G=10.43%
B=45.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163391720.050.7700.33295.9463.0341.37
HexA327AC54D0211283f29
Octal2434725451150414507751
Binary101000111001111010110010110011010100001100101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A327AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A327AC; }

 p { color: rgb(163,39,172); }

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

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

 a { background-color: rgb(163,39,172); }

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

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

 span { border-color: rgb(163,39,172); }

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