#A23AC1

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

Shades of Dark Orchid #A23AC1

Tints of Dark Orchid #A23AC1

Color information

#A23AC1 (or 0xA23AC1) is unknown color: approx Dark Orchid. HEX triplet: A2, 3A and C1. RGB value is (162,58,193). Sum of RGB (Red+Green+Blue) = 162+58+193=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #A23AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AC1 is #5DC53E. Grayscale: #686868. Windows color (decimal): -6145343 or 12663458. OLE color: 12663458.

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

Color convert

RGB16258193-
CMYK0.160.7000.24
HSL286.22º53.78%49.22%-
HSV(B)286.22º69.95%75.69%-
XYZ26.0414.5651.89-
YUV104.49177.96169.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=39.23%
G=14.04%
B=46.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162581930.160.7000.24286.2253.7849.22
HexA23AC1104601811e3631
Octal24272301201060304366661
Binary1010001011101011000001100001000110011000100011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23AC1; }

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

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

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

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

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

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

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

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