#A23EBA

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

Shades of Dark Orchid #A23EBA

Tints of Dark Orchid #A23EBA

Color information

#A23EBA (or 0xA23EBA) is unknown color: approx Dark Orchid. HEX triplet: A2, 3E and BA. RGB value is (162,62,186). Sum of RGB (Red+Green+Blue) = 162+62+186=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A23EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBA is #5DC145. Grayscale: #696969. Windows color (decimal): -6144326 or 12205730. OLE color: 12205730.

HSL color Cylindrical-coordinate representation of color #A23EBA: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23EBA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16262186-
CMYK0.130.6700.27
HSL288.39º50%48.63%-
HSV(B)288.39º66.67%72.94%-
XYZ25.4914.6747.94-
YUV106.04173.13167.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 62 (24.61% from 255) = 15.12%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=39.51%
G=15.12%
B=45.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162621860.130.6700.27288.395048.63
HexA23EBAD4301B1203231
Octal24276272151030334406261
Binary101000101111101011101011011000011011011100100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EBA; }

 p { color: rgb(162,62,186); }

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

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

 a { background-color: rgb(162,62,186); }

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

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

 span { border-color: rgb(162,62,186); }

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