#A13AC0

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

Shades of Dark Orchid #A13AC0

Tints of Dark Orchid #A13AC0

Color information

#A13AC0 (or 0xA13AC0) is unknown color: approx Dark Orchid. HEX triplet: A1, 3A and C0. RGB value is (161,58,192). Sum of RGB (Red+Green+Blue) = 161+58+192=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #A13AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AC0 is #5EC53F. Grayscale: #676767. Windows color (decimal): -6210880 or 12597921. OLE color: 12597921.

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

Color convert

RGB16158192-
CMYK0.160.7000.25
HSL286.12º53.6%49.02%-
HSV(B)286.12º69.79%75.29%-
XYZ25.7314.4151.29-
YUV104.07177.62168.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=39.17%
G=14.11%
B=46.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161581920.160.7000.25286.1253.649.02
HexA13AC0104601911e3631
Octal24172300201060314366661
Binary1010000111101011000000100001000110011001100011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AC0; }

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

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

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

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

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

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

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

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