#A23CBE

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

Shades of Dark Orchid #A23CBE

Tints of Dark Orchid #A23CBE

Color information

#A23CBE (or 0xA23CBE) is unknown color: approx Dark Orchid. HEX triplet: A2, 3C and BE. RGB value is (162,60,190). Sum of RGB (Red+Green+Blue) = 162+60+190=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBE is #5DC341. Grayscale: #686868. Windows color (decimal): -6144834 or 12467362. OLE color: 12467362.

HSL color Cylindrical-coordinate representation of color #A23CBE: hue angle of 287.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16260190-
CMYK0.150.6800.25
HSL287.08º52%49.02%-
HSV(B)287.08º68.42%74.51%-
XYZ25.8114.6350.18-
YUV105.32175.79168.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=39.32%
G=14.56%
B=46.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162601900.150.6800.25287.085249.02
HexA23CBEF4401911f3431
Octal24274276171040314376461
Binary101000101111001011111011111000100011001100011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23CBE; }

 p { color: rgb(162,60,190); }

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

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

 a { background-color: rgb(162,60,190); }

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

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

 span { border-color: rgb(162,60,190); }

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