#AD33BB

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

Shades of Dark Orchid #AD33BB

Tints of Dark Orchid #AD33BB

Color information

#AD33BB (or 0xAD33BB) is unknown color: approx Dark Orchid. HEX triplet: AD, 33 and BB. RGB value is (173,51,187). Sum of RGB (Red+Green+Blue) = 173+51+187=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BB is #52CC44. Grayscale: #666666. Windows color (decimal): -5426245 or 12268461. OLE color: 12268461.

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

Color convert

RGB17351187-
CMYK0.070.7300.27
HSL293.82º57.14%46.67%-
HSV(B)293.82º72.73%73.33%-
XYZ27.3914.8448.43-
YUV102.98175.42177.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=42.09%
G=12.41%
B=45.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173511870.070.7300.27293.8257.1446.67
HexAD33BB74901B126392f
Octal2556327371110334467157
Binary10101101110011101110111111001001011011100100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33BB; }

 p { color: rgb(173,51,187); }

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

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

 a { background-color: rgb(173,51,187); }

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

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

 span { border-color: rgb(173,51,187); }

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