#A13BDC

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

Shades of Dark Orchid #A13BDC

Tints of Dark Orchid #A13BDC

Color information

#A13BDC (or 0xA13BDC) is unknown color: approx Dark Orchid. HEX triplet: A1, 3B and DC. RGB value is (161,59,220). Sum of RGB (Red+Green+Blue) = 161+59+220=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A13BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BDC is #5EC423. Grayscale: #6B6B6B. Windows color (decimal): -6210596 or 14433185. OLE color: 14433185.

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

Color convert

RGB16159220-
CMYK0.270.7300.14
HSL278.01º69.7%54.71%-
HSV(B)278.01º73.18%86.27%-
XYZ29.1815.8769.24-
YUV107.85191.29165.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 59 (23.44% from 255) = 13.41%
BLUE value IS 220 (86.33% from 255) = 50%
R=36.59%
G=13.41%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161592200.270.7300.14278.0169.754.71
HexA13BDC1B490E1164637
Octal241733343311101642610667
Binary1010000111101111011100110111001001011101000101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BDC; }

 p { color: rgb(161,59,220); }

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

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

 a { background-color: rgb(161,59,220); }

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

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

 span { border-color: rgb(161,59,220); }

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