#A13ECE

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

Shades of Dark Orchid #A13ECE

Tints of Dark Orchid #A13ECE

Color information

#A13ECE (or 0xA13ECE) is unknown color: approx Dark Orchid. HEX triplet: A1, 3E and CE. RGB value is (161,62,206). Sum of RGB (Red+Green+Blue) = 161+62+206=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A13ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ECE is #5EC131. Grayscale: #6B6B6B. Windows color (decimal): -6209842 or 13516449. OLE color: 13516449.

HSL color Cylindrical-coordinate representation of color #A13ECE: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13ECE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16162206-
CMYK0.220.7000.19
HSL281.25º59.5%52.55%-
HSV(B)281.25º69.9%80.78%-
XYZ27.5615.4859.93-
YUV108.02183.3165.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=37.53%
G=14.45%
B=48.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161622060.220.7000.19281.2559.552.55
HexA13ECE16460131193c35
Octal24176316261060234317465
Binary1010000111111011001110101101000110010011100011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13ECE; }

 p { color: rgb(161,62,206); }

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

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

 a { background-color: rgb(161,62,206); }

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

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

 span { border-color: rgb(161,62,206); }

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