#AD33BE

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

Shades of Dark Orchid #AD33BE

Tints of Dark Orchid #AD33BE

Color information

#AD33BE (or 0xAD33BE) is unknown color: approx Dark Orchid. HEX triplet: AD, 33 and BE. RGB value is (173,51,190). Sum of RGB (Red+Green+Blue) = 173+51+190=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BE is #52CC41. Grayscale: #666666. Windows color (decimal): -5426242 or 12465069. OLE color: 12465069.

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

Color convert

RGB17351190-
CMYK0.090.7300.25
HSL292.66º57.68%47.25%-
HSV(B)292.66º73.16%74.51%-
XYZ27.7114.9750.14-
YUV103.32176.92177.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=41.79%
G=12.32%
B=45.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173511900.090.7300.25292.6657.6847.25
HexAD33BE9490191253a2f
Octal25563276111110314457257
Binary101011011100111011111010011001001011001100100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33BE; }

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

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

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

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

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

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

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

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