#A23EBE

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

Shades of Dark Orchid #A23EBE

Tints of Dark Orchid #A23EBE

Color information

#A23EBE (or 0xA23EBE) is unknown color: approx Dark Orchid. HEX triplet: A2, 3E and BE. RGB value is (162,62,190). Sum of RGB (Red+Green+Blue) = 162+62+190=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBE is #5DC141. Grayscale: #6A6A6A. Windows color (decimal): -6144322 or 12467874. OLE color: 12467874.

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

Color convert

RGB16262190-
CMYK0.150.6700.25
HSL286.88º50.79%49.41%-
HSV(B)286.88º67.37%74.51%-
XYZ25.9214.8450.21-
YUV106.49175.13167.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=39.13%
G=14.98%
B=45.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162621900.150.6700.25286.8850.7949.41
HexA23EBEF4301911f3331
Octal24276276171030314376361
Binary101000101111101011111011111000011011001100011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EBE; }

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

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

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

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

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

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

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

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