#a23bda

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

Shades of Dark Orchid #A23BDA

Tints of Dark Orchid #A23BDA

Color information

#A23BDA (or 0xA23BDA) is unknown color: approx Dark Orchid. HEX triplet: A2, 3B and DA. RGB value is (162,59,218). Sum of RGB (Red+Green+Blue) = 162+59+218=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #A23BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDA is #5DC425. Grayscale: #6B6B6B. Windows color (decimal): -6145062 or 14302114. OLE color: 14302114.

HSL color Cylindrical-coordinate representation of color #A23BDA: hue angle of 278.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23BDA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16259218-
CMYK0.260.7300.15
HSL278.87º68.24%54.31%-
HSV(B)278.87º72.94%85.49%-
XYZ29.1215.8767.86-
YUV107.92190.12166.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=36.90%
G=13.44%
B=49.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162592180.260.7300.15278.8768.2454.31
HexA23BDA1A490F1174436
Octal242733323211101742710466
Binary1010001011101111011010110101001001011111000101111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23bda; }

 p { color: rgb(162,59,218); }

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

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

 a { background-color: rgb(162,59,218); }

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

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

 span { border-color: rgb(162,59,218); }

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