#A23ABA

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

Shades of Dark Orchid #A23ABA

Tints of Dark Orchid #A23ABA

Color information

#A23ABA (or 0xA23ABA) is unknown color: approx Dark Orchid. HEX triplet: A2, 3A and BA. RGB value is (162,58,186). Sum of RGB (Red+Green+Blue) = 162+58+186=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A23ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ABA is #5DC545. Grayscale: #676767. Windows color (decimal): -6145350 or 12204706. OLE color: 12204706.

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

Color convert

RGB16258186-
CMYK0.130.6900.27
HSL288.75º52.46%47.84%-
HSV(B)288.75º68.82%72.94%-
XYZ25.2814.2547.87-
YUV103.69174.46169.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=39.90%
G=14.29%
B=45.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162581860.130.6900.27288.7552.4647.84
HexA23ABAD4501B1213430
Octal24272272151050334416460
Binary101000101110101011101011011000101011011100100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23ABA; }

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

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

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

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

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

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

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

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