#AD1DB0

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

Shades of Dark Orchid #AD1DB0

Tints of Dark Orchid #AD1DB0

Color information

#AD1DB0 (or 0xAD1DB0) is unknown color: approx Dark Orchid. HEX triplet: AD, 1D and B0. RGB value is (173,29,176). Sum of RGB (Red+Green+Blue) = 173+29+176=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD1DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DB0 is #52E24F. Grayscale: #585858. Windows color (decimal): -5431888 or 11541933. OLE color: 11541933.

HSL color Cylindrical-coordinate representation of color #AD1DB0: hue angle of 298.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1DB0 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17329176-
CMYK0.020.8400.31
HSL298.78º71.71%40.2%-
HSV(B)298.78º83.52%69.02%-
XYZ25.5112.942.22-
YUV88.81177.21188.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 29 (11.72% from 255) = 7.67%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=45.77%
G=7.67%
B=46.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173291760.020.8400.31298.7871.7140.2
HexAD1DB025401F12b4828
Octal25535260212403745311050
Binary1010110111101101100001010101000111111001010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1DB0; }

 p { color: rgb(173,29,176); }

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

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

 a { background-color: rgb(173,29,176); }

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

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

 span { border-color: rgb(173,29,176); }

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