#A23DE2

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

Shades of Dark Orchid #A23DE2

Tints of Dark Orchid #A23DE2

Color information

#A23DE2 (or 0xA23DE2) is unknown color: approx Dark Orchid. HEX triplet: A2, 3D and E2. RGB value is (162,61,226). Sum of RGB (Red+Green+Blue) = 162+61+226=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #A23DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DE2 is #5DC21D. Grayscale: #6D6D6D. Windows color (decimal): -6144542 or 14826914. OLE color: 14826914.

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

Color convert

RGB16261226-
CMYK0.280.7300.11
HSL276.73º73.99%56.27%-
HSV(B)276.73º73.01%88.63%-
XYZ30.316.5173.54-
YUV110.01193.46165.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 226 (88.67% from 255) = 50.33%
R=36.08%
G=13.59%
B=50.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162612260.280.7300.11276.7373.9956.27
HexA23DE21C490B1154a38
Octal242753423411101342511270
Binary1010001011110111100010111001001001010111000101011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23DE2; }

 p { color: rgb(162,61,226); }

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

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

 a { background-color: rgb(162,61,226); }

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

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

 span { border-color: rgb(162,61,226); }

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