#A23AE3

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

Shades of Dark Orchid #A23AE3

Tints of Dark Orchid #A23AE3

Color information

#A23AE3 (or 0xA23AE3) is unknown color: approx Dark Orchid. HEX triplet: A2, 3A and E3. RGB value is (162,58,227). Sum of RGB (Red+Green+Blue) = 162+58+227=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #A23AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AE3 is #5DC51C. Grayscale: #6B6B6B. Windows color (decimal): -6145309 or 14891682. OLE color: 14891682.

HSL color Cylindrical-coordinate representation of color #A23AE3: hue angle of 276.92º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23AE3 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16258227-
CMYK0.290.7400.11
HSL276.92º75.11%55.88%-
HSV(B)276.92º74.45%89.02%-
XYZ30.2816.2574.21-
YUV108.36194.96166.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 227 (89.06% from 255) = 50.78%
R=36.24%
G=12.98%
B=50.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162582270.290.7400.11276.9275.1155.88
HexA23AE31D4A0B1154b38
Octal242723433511201342511370
Binary1010001011101011100011111011001010010111000101011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23AE3; }

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

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

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

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

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

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

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

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