#ad2be6

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

Shades of Dark Orchid #AD2BE6

Tints of Dark Orchid #AD2BE6

Color information

#AD2BE6 (or 0xAD2BE6) is unknown color: approx Dark Orchid. HEX triplet: AD, 2B and E6. RGB value is (173,43,230). Sum of RGB (Red+Green+Blue) = 173+43+230=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD2BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BE6 is #52D419. Grayscale: #666666. Windows color (decimal): -5428250 or 15084461. OLE color: 15084461.

HSL color Cylindrical-coordinate representation of color #AD2BE6: hue angle of 281.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BE6 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17343230-
CMYK0.250.8100.10
HSL281.71º78.9%53.53%-
HSV(B)281.71º81.3%90.2%-
XYZ32.3816.3376.31-
YUV103.19199.57177.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 43 (17.19% from 255) = 9.64%
BLUE value IS 230 (90.23% from 255) = 51.57%
R=38.79%
G=9.64%
B=51.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal173432300.250.8100.10281.7178.953.53
HexAD2BE619510A11a4f36
Octal255533463112101243211766
Binary1010110110101111100110110011010001010101000110101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2be6; }

 p { color: rgb(173,43,230); }

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

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

 a { background-color: rgb(173,43,230); }

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

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

 span { border-color: rgb(173,43,230); }

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