#a23edb

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

Shades of Dark Orchid #A23EDB

Tints of Dark Orchid #A23EDB

Color information

#A23EDB (or 0xA23EDB) is unknown color: approx Dark Orchid. HEX triplet: A2, 3E and DB. RGB value is (162,62,219). Sum of RGB (Red+Green+Blue) = 162+62+219=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A23EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EDB is #5DC124. Grayscale: #6D6D6D. Windows color (decimal): -6144293 or 14368418. OLE color: 14368418.

HSL color Cylindrical-coordinate representation of color #A23EDB: hue angle of 278.22º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23EDB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16262219-
CMYK0.260.7200.14
HSL278.22º68.56%55.1%-
HSV(B)278.22º71.69%85.88%-
XYZ29.4116.2468.6-
YUV109.8189.63165.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 62 (24.61% from 255) = 14.00%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=36.57%
G=14.00%
B=49.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162622190.260.7200.14278.2268.5655.1
HexA23EDB1A480E1164537
Octal242763333211001642610567
Binary1010001011111011011011110101001000011101000101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23edb; }

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

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

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

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

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

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

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

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