#A326C2

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

Shades of Dark Orchid #A326C2

Tints of Dark Orchid #A326C2

Color information

#A326C2 (or 0xA326C2) is unknown color: approx Dark Orchid. HEX triplet: A3, 26 and C2. RGB value is (163,38,194). Sum of RGB (Red+Green+Blue) = 163+38+194=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #A326C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326C2 is #5CD93D. Grayscale: #5C5C5C. Windows color (decimal): -6084926 or 12723875. OLE color: 12723875.

HSL color Cylindrical-coordinate representation of color #A326C2: hue angle of 288.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A326C2 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16338194-
CMYK0.160.8000.24
HSL288.08º67.24%45.49%-
HSV(B)288.08º80.41%76.08%-
XYZ25.5313.0752.22-
YUV93.16184.91177.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 194 (76.17% from 255) = 49.11%
R=41.27%
G=9.62%
B=49.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163381940.160.8000.24288.0867.2445.49
HexA326C21050018120432d
Octal243463022012003044010355
Binary10100011100110110000101000010100000110001001000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A326C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A326C2; }

 p { color: rgb(163,38,194); }

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

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

 a { background-color: rgb(163,38,194); }

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

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

 span { border-color: rgb(163,38,194); }

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