#AD3AE9

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

Shades of Dark Orchid #AD3AE9

Tints of Dark Orchid #AD3AE9

Color information

#AD3AE9 (or 0xAD3AE9) is unknown color: approx Dark Orchid. HEX triplet: AD, 3A and E9. RGB value is (173,58,233). Sum of RGB (Red+Green+Blue) = 173+58+233=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD3AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AE9 is #52C516. Grayscale: #6F6F6F. Windows color (decimal): -5424407 or 15284909. OLE color: 15284909.

HSL color Cylindrical-coordinate representation of color #AD3AE9: hue angle of 279.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3AE9 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17358233-
CMYK0.260.7500.09
HSL279.43º79.91%57.06%-
HSV(B)279.43º75.11%91.37%-
XYZ33.4517.7978.76-
YUV112.34196.1171.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 58 (23.05% from 255) = 12.5%
BLUE value IS 233 (91.41% from 255) = 50.22%
R=37.28%
G=12.5%
B=50.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173582330.260.7500.09279.4379.9157.06
HexAD3AE91A4B091175039
Octal255723513211301142712071
Binary1010110111101011101001110101001011010011000101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3AE9; }

 p { color: rgb(173,58,233); }

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

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

 a { background-color: rgb(173,58,233); }

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

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

 span { border-color: rgb(173,58,233); }

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