#A322CA

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

Shades of Dark Orchid #A322CA

Tints of Dark Orchid #A322CA

Color information

#A322CA (or 0xA322CA) is unknown color: approx Dark Orchid. HEX triplet: A3, 22 and CA. RGB value is (163,34,202). Sum of RGB (Red+Green+Blue) = 163+34+202=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #A322CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322CA is #5CDD35. Grayscale: #5B5B5B. Windows color (decimal): -6085942 or 13247139. OLE color: 13247139.

HSL color Cylindrical-coordinate representation of color #A322CA: hue angle of 286.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A322CA is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16334202-
CMYK0.190.8300.21
HSL286.07º71.19%46.27%-
HSV(B)286.07º83.17%79.22%-
XYZ26.3413.1957.04-
YUV91.72190.24178.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 34 (13.67% from 255) = 8.52%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=40.85%
G=8.52%
B=50.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163342020.190.8300.21286.0771.1946.27
HexA322CA135301511e472e
Octal243423122312302543610756
Binary10100011100010110010101001110100110101011000111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A322CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A322CA; }

 p { color: rgb(163,34,202); }

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

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

 a { background-color: rgb(163,34,202); }

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

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

 span { border-color: rgb(163,34,202); }

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