#A83AC2

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

Shades of Dark Orchid #A83AC2

Tints of Dark Orchid #A83AC2

Color information

#A83AC2 (or 0xA83AC2) is unknown color: approx Dark Orchid. HEX triplet: A8, 3A and C2. RGB value is (168,58,194). Sum of RGB (Red+Green+Blue) = 168+58+194=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #A83AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AC2 is #57C53D. Grayscale: #696969. Windows color (decimal): -5752126 or 12729000. OLE color: 12729000.

HSL color Cylindrical-coordinate representation of color #A83AC2: hue angle of 288.53º 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 #A83AC2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16858194-
CMYK0.130.7000.24
HSL288.53º53.97%49.41%-
HSV(B)288.53º70.1%76.08%-
XYZ27.415.2552.54-
YUV106.39177.44171.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 13.81%
BLUE value IS 194 (76.17% from 255) = 46.19%
R=40%
G=13.81%
B=46.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168581940.130.7000.24288.5353.9749.41
HexA83AC2D460181213631
Octal25072302151060304416661
Binary101010001110101100001011011000110011000100100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AC2; }

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

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

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

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

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

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

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

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