#a83ac1

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

Shades of Dark Orchid #A83AC1

Tints of Dark Orchid #A83AC1

Color information

#A83AC1 (or 0xA83AC1) is unknown color: approx Dark Orchid. HEX triplet: A8, 3A and C1. RGB value is (168,58,193). Sum of RGB (Red+Green+Blue) = 168+58+193=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #A83AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AC1 is #57C53E. Grayscale: #696969. Windows color (decimal): -5752127 or 12663464. OLE color: 12663464.

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

Color convert

RGB16858193-
CMYK0.130.7000.24
HSL288.89º53.78%49.22%-
HSV(B)288.89º69.95%75.69%-
XYZ27.2915.251.95-
YUV106.28176.94172.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=40.10%
G=13.84%
B=46.06%

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
Decimal168581930.130.7000.24288.8953.7849.22
HexA83AC1D460181213631
Octal25072301151060304416661
Binary101010001110101100000111011000110011000100100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83ac1; }

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

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

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

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

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

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

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

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