#AD2EC4

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

Shades of Dark Orchid #AD2EC4

Tints of Dark Orchid #AD2EC4

Color information

#AD2EC4 (or 0xAD2EC4) is unknown color: approx Dark Orchid. HEX triplet: AD, 2E and C4. RGB value is (173,46,196). Sum of RGB (Red+Green+Blue) = 173+46+196=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD2EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EC4 is #52D13B. Grayscale: #646464. Windows color (decimal): -5427516 or 12857005. OLE color: 12857005.

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

Color convert

RGB17346196-
CMYK0.120.7700.23
HSL290.8º61.98%47.45%-
HSV(B)290.8º76.53%76.86%-
XYZ28.1714.8253.6-
YUV101.07181.58179.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=41.69%
G=11.08%
B=47.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173461960.120.7700.23290.861.9847.45
HexAD2EC4C4D0171233e2f
Octal25556304141150274437657
Binary101011011011101100010011001001101010111100100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2EC4; }

 p { color: rgb(173,46,196); }

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

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

 a { background-color: rgb(173,46,196); }

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

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

 span { border-color: rgb(173,46,196); }

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