#AD3DE1

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

Shades of Dark Orchid #AD3DE1

Tints of Dark Orchid #AD3DE1

Color information

#AD3DE1 (or 0xAD3DE1) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and E1. RGB value is (173,61,225). Sum of RGB (Red+Green+Blue) = 173+61+225=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD3DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DE1 is #52C21E. Grayscale: #707070. Windows color (decimal): -5423647 or 14761389. OLE color: 14761389.

HSL color Cylindrical-coordinate representation of color #AD3DE1: hue angle of 280.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3DE1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17361225-
CMYK0.230.7300.12
HSL280.98º73.21%56.08%-
HSV(B)280.98º72.89%88.24%-
XYZ32.4917.6672.93-
YUV113.18191.11170.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=37.69%
G=13.29%
B=49.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173612250.230.7300.12280.9873.2156.08
HexAD3DE117490C1194938
Octal255753412711101443111170
Binary1010110111110111100001101111001001011001000110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DE1; }

 p { color: rgb(173,61,225); }

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

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

 a { background-color: rgb(173,61,225); }

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

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

 span { border-color: rgb(173,61,225); }

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