#A23EBB

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

Shades of Dark Orchid #A23EBB

Tints of Dark Orchid #A23EBB

Color information

#A23EBB (or 0xA23EBB) is unknown color: approx Dark Orchid. HEX triplet: A2, 3E and BB. RGB value is (162,62,187). Sum of RGB (Red+Green+Blue) = 162+62+187=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A23EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23EBB is #5DC144. Grayscale: #696969. Windows color (decimal): -6144325 or 12271266. OLE color: 12271266.

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

Color convert

RGB16262187-
CMYK0.130.6700.27
HSL288º50.2%48.82%-
HSV(B)288º66.84%73.33%-
XYZ25.5914.7148.51-
YUV106.15173.63167.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=39.42%
G=15.09%
B=45.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162621870.130.6700.2728850.248.82
HexA23EBBD4301B1203231
Octal24276273151030334406261
Binary101000101111101011101111011000011011011100100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23EBB; }

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

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

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

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

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

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

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

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