#AD2EB4

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

Shades of Dark Orchid #AD2EB4

Tints of Dark Orchid #AD2EB4

Color information

#AD2EB4 (or 0xAD2EB4) is unknown color: approx Dark Orchid. HEX triplet: AD, 2E and B4. RGB value is (173,46,180). Sum of RGB (Red+Green+Blue) = 173+46+180=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD2EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EB4 is #52D14B. Grayscale: #626262. Windows color (decimal): -5427532 or 11808429. OLE color: 11808429.

HSL color Cylindrical-coordinate representation of color #AD2EB4: hue angle of 296.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2EB4 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17346180-
CMYK0.040.7400.29
HSL296.87º59.29%44.31%-
HSV(B)296.87º74.44%70.59%-
XYZ26.4514.1344.51-
YUV99.25173.58180.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=43.36%
G=11.53%
B=45.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173461800.040.7400.29296.8759.2944.31
HexAD2EB444A01D1293b2c
Octal2555626441120354517354
Binary10101101101110101101001001001010011101100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2EB4; }

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

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

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

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

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

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

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

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