#AD2ABF

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

Shades of Dark Orchid #AD2ABF

Tints of Dark Orchid #AD2ABF

Color information

#AD2ABF (or 0xAD2ABF) is unknown color: approx Dark Orchid. HEX triplet: AD, 2A and BF. RGB value is (173,42,191). Sum of RGB (Red+Green+Blue) = 173+42+191=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABF is #52D540. Grayscale: #616161. Windows color (decimal): -5428545 or 12528301. OLE color: 12528301.

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

Color convert

RGB17342191-
CMYK0.090.7800.25
HSL292.75º63.95%45.69%-
HSV(B)292.75º78.01%74.9%-
XYZ27.4714.350.6-
YUV98.16180.4181.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 191 (75% from 255) = 47.04%
R=42.61%
G=10.34%
B=47.04%

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
Decimal173421910.090.7800.25292.7563.9545.69
HexAD2ABF94E019125402e
Octal255522771111603144510056
Binary1010110110101010111111100110011100110011001001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2ABF; }

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

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

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

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

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

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

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

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