#AD2ABE

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

Shades of Dark Orchid #AD2ABE

Tints of Dark Orchid #AD2ABE

Color information

#AD2ABE (or 0xAD2ABE) is unknown color: approx Dark Orchid. HEX triplet: AD, 2A and BE. RGB value is (173,42,190). Sum of RGB (Red+Green+Blue) = 173+42+190=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABE is #52D541. Grayscale: #616161. Windows color (decimal): -5428546 or 12462765. OLE color: 12462765.

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

Color convert

RGB17342190-
CMYK0.090.7800.25
HSL293.11º63.79%45.49%-
HSV(B)293.11º77.89%74.51%-
XYZ27.3614.2650.03-
YUV98.04179.9181.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 42 (16.80% from 255) = 10.37%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=42.72%
G=10.37%
B=46.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173421900.090.7800.25293.1163.7945.49
HexAD2ABE94E019125402d
Octal255522761111603144510055
Binary1010110110101010111110100110011100110011001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2ABE; }

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

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

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

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

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

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

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

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