#AD2ABA

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

Shades of Dark Orchid #AD2ABA

Tints of Dark Orchid #AD2ABA

Color information

#AD2ABA (or 0xAD2ABA) is unknown color: approx Dark Orchid. HEX triplet: AD, 2A and BA. RGB value is (173,42,186). Sum of RGB (Red+Green+Blue) = 173+42+186=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ABA is #52D545. Grayscale: #616161. Windows color (decimal): -5428550 or 12200621. OLE color: 12200621.

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

Color convert

RGB17342186-
CMYK0.070.7700.27
HSL294.58º63.16%44.71%-
HSV(B)294.58º77.42%72.94%-
XYZ26.9214.0947.75-
YUV97.58177.9181.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=43.14%
G=10.47%
B=46.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173421860.070.7700.27294.5863.1644.71
HexAD2ABA74D01B1273f2d
Octal2555227271150334477755
Binary10101101101010101110101111001101011011100100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2ABA; }

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

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

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

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

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

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

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

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