#AD1BBE

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

Shades of Dark Orchid #AD1BBE

Tints of Dark Orchid #AD1BBE

Color information

#AD1BBE (or 0xAD1BBE) is unknown color: approx Dark Orchid. HEX triplet: AD, 1B and BE. RGB value is (173,27,190). Sum of RGB (Red+Green+Blue) = 173+27+190=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BBE is #52E441. Grayscale: #585858. Windows color (decimal): -5432386 or 12458925. OLE color: 12458925.

HSL color Cylindrical-coordinate representation of color #AD1BBE: hue angle of 293.74º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BBE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17327190-
CMYK0.090.8600.25
HSL293.74º75.12%42.55%-
HSV(B)293.74º85.79%74.51%-
XYZ26.9213.3949.88-
YUV89.24184.87187.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 27 (10.94% from 255) = 6.92%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=44.36%
G=6.92%
B=48.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173271900.090.8600.25293.7475.1242.55
HexAD1BBE9560191264b2b
Octal255332761112603144611353
Binary101011011101110111110100110101100110011001001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1BBE; }

 p { color: rgb(173,27,190); }

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

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

 a { background-color: rgb(173,27,190); }

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

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

 span { border-color: rgb(173,27,190); }

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