#A13AC2

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

Shades of Dark Orchid #A13AC2

Tints of Dark Orchid #A13AC2

Color information

#A13AC2 (or 0xA13AC2) is unknown color: approx Dark Orchid. HEX triplet: A1, 3A and C2. RGB value is (161,58,194). Sum of RGB (Red+Green+Blue) = 161+58+194=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #A13AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AC2 is #5EC53D. Grayscale: #676767. Windows color (decimal): -6210878 or 12728993. OLE color: 12728993.

HSL color Cylindrical-coordinate representation of color #A13AC2: hue angle of 285.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13AC2 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16158194-
CMYK0.170.7000.24
HSL285.44º53.97%49.41%-
HSV(B)285.44º70.1%76.08%-
XYZ25.9514.552.47-
YUV104.3178.62168.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 194 (76.17% from 255) = 46.97%
R=38.98%
G=14.04%
B=46.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161581940.170.7000.24285.4453.9749.41
HexA13AC2114601811d3631
Octal24172302211060304356661
Binary1010000111101011000010100011000110011000100011101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AC2; }

 p { color: rgb(161,58,194); }

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

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

 a { background-color: rgb(161,58,194); }

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

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

 span { border-color: rgb(161,58,194); }

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