#A23EBC

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

Shades of Dark Orchid #A23EBC

Tints of Dark Orchid #A23EBC

Color information

#A23EBC (or 0xA23EBC) is unknown color: approx Dark Orchid. HEX triplet: A2, 3E and BC. RGB value is (162,62,188). Sum of RGB (Red+Green+Blue) = 162+62+188=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #A23EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBC is #5DC143. Grayscale: #696969. Windows color (decimal): -6144324 or 12336802. OLE color: 12336802.

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

Color convert

RGB16262188-
CMYK0.140.6700.26
HSL287.62º50.4%49.02%-
HSV(B)287.62º67.02%73.73%-
XYZ25.714.7649.07-
YUV106.26174.13167.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 62 (24.61% from 255) = 15.05%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=39.32%
G=15.05%
B=45.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162621880.140.6700.26287.6250.449.02
HexA23EBCE4301A1203231
Octal24276274161030324406261
Binary101000101111101011110011101000011011010100100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EBC; }

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

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

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

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

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

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

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

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