#AD1ACC

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

Shades of Dark Orchid #AD1ACC

Tints of Dark Orchid #AD1ACC

Color information

#AD1ACC (or 0xAD1ACC) is unknown color: approx Dark Orchid. HEX triplet: AD, 1A and CC. RGB value is (173,26,204). Sum of RGB (Red+Green+Blue) = 173+26+204=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD1ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ACC is #52E533. Grayscale: #595959. Windows color (decimal): -5432628 or 13376173. OLE color: 13376173.

HSL color Cylindrical-coordinate representation of color #AD1ACC: hue angle of 289.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1ACC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17326204-
CMYK0.150.8700.2
HSL289.55º77.39%45.1%-
HSV(B)289.55º87.25%80%-
XYZ28.513.9858.32-
YUV90.24192.2187.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 26 (10.55% from 255) = 6.45%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=42.93%
G=6.45%
B=50.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173262040.150.8700.2289.5577.3945.1
HexAD1ACCF570141224d2d
Octal255323141712702444211555
Binary101011011101011001100111110101110101001001000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1ACC; }

 p { color: rgb(173,26,204); }

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

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

 a { background-color: rgb(173,26,204); }

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

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

 span { border-color: rgb(173,26,204); }

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