#AD1BB4

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

Shades of Dark Orchid #AD1BB4

Tints of Dark Orchid #AD1BB4

Color information

#AD1BB4 (or 0xAD1BB4) is unknown color: approx Dark Orchid. HEX triplet: AD, 1B and B4. RGB value is (173,27,180). Sum of RGB (Red+Green+Blue) = 173+27+180=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD1BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BB4 is #52E44B. Grayscale: #575757. Windows color (decimal): -5432396 or 11803565. OLE color: 11803565.

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

Color convert

RGB17327180-
CMYK0.040.8500.29
HSL297.25º73.91%40.59%-
HSV(B)297.25º85%70.59%-
XYZ25.8612.9644.32-
YUV88.1179.87188.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 27 (10.94% from 255) = 7.11%
BLUE value IS 180 (70.70% from 255) = 47.37%
R=45.53%
G=7.11%
B=47.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173271800.040.8500.29297.2573.9140.59
HexAD1BB445501D1294a29
Octal25533264412503545111251
Binary10101101110111011010010010101010111011001010011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1BB4; }

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

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

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

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

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

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

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

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