#AD2EB7

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

Shades of Dark Orchid #AD2EB7

Tints of Dark Orchid #AD2EB7

Color information

#AD2EB7 (or 0xAD2EB7) is unknown color: approx Dark Orchid. HEX triplet: AD, 2E and B7. RGB value is (173,46,183). Sum of RGB (Red+Green+Blue) = 173+46+183=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD2EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EB7 is #52D148. Grayscale: #636363. Windows color (decimal): -5427529 or 12005037. OLE color: 12005037.

HSL color Cylindrical-coordinate representation of color #AD2EB7: hue angle of 295.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2EB7 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17346183-
CMYK0.050.7500.28
HSL295.62º59.83%44.9%-
HSV(B)295.62º74.86%71.76%-
XYZ26.7614.2646.14-
YUV99.59175.08180.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 183 (71.88% from 255) = 45.52%
R=43.03%
G=11.44%
B=45.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173461830.050.7500.28295.6259.8344.9
HexAD2EB754B01C1283c2d
Octal2555626751130344507455
Binary10101101101110101101111011001011011100100101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2EB7; }

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

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

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

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

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

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

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

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