#A13DE5

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

Shades of Dark Orchid #A13DE5

Tints of Dark Orchid #A13DE5

Color information

#A13DE5 (or 0xA13DE5) is unknown color: approx Dark Orchid. HEX triplet: A1, 3D and E5. RGB value is (161,61,229). Sum of RGB (Red+Green+Blue) = 161+61+229=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #A13DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DE5 is #5EC21A. Grayscale: #6D6D6D. Windows color (decimal): -6210075 or 15023521. OLE color: 15023521.

HSL color Cylindrical-coordinate representation of color #A13DE5: hue angle of 275.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13DE5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16161229-
CMYK0.300.7300.10
HSL275.71º76.36%56.86%-
HSV(B)275.71º73.36%89.8%-
XYZ30.5116.5775.72-
YUV110.05195.13164.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=35.70%
G=13.53%
B=50.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161612290.300.7300.10275.7176.3656.86
HexA13DE51E490A1144c39
Octal241753453611101242411471
Binary1010000111110111100101111101001001010101000101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13DE5; }

 p { color: rgb(161,61,229); }

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

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

 a { background-color: rgb(161,61,229); }

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

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

 span { border-color: rgb(161,61,229); }

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