#AD1EBA

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

Shades of Dark Orchid #AD1EBA

Tints of Dark Orchid #AD1EBA

Color information

#AD1EBA (or 0xAD1EBA) is unknown color: approx Dark Orchid. HEX triplet: AD, 1E and BA. RGB value is (173,30,186). Sum of RGB (Red+Green+Blue) = 173+30+186=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EBA is #52E145. Grayscale: #5A5A5A. Windows color (decimal): -5431622 or 12197549. OLE color: 12197549.

HSL color Cylindrical-coordinate representation of color #AD1EBA: hue angle of 295º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1EBA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17330186-
CMYK0.070.8400.27
HSL295º72.22%42.35%-
HSV(B)295º83.87%72.94%-
XYZ26.5613.3647.63-
YUV90.54181.88186.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 30 (12.11% from 255) = 7.71%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=44.47%
G=7.71%
B=47.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173301860.070.8400.2729572.2242.35
HexAD1EBA75401B127482a
Octal25536272712403344711052
Binary10101101111101011101011110101000110111001001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1EBA; }

 p { color: rgb(173,30,186); }

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

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

 a { background-color: rgb(173,30,186); }

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

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

 span { border-color: rgb(173,30,186); }

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