#AD1ACA

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

Shades of Dark Orchid #AD1ACA

Tints of Dark Orchid #AD1ACA

Color information

#AD1ACA (or 0xAD1ACA) is unknown color: approx Dark Orchid. HEX triplet: AD, 1A and CA. RGB value is (173,26,202). Sum of RGB (Red+Green+Blue) = 173+26+202=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ACA is #52E535. Grayscale: #595959. Windows color (decimal): -5432630 or 13245101. OLE color: 13245101.

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

Color convert

RGB17326202-
CMYK0.140.8700.21
HSL290.11º77.19%44.71%-
HSV(B)290.11º87.13%79.22%-
XYZ28.2613.8957.07-
YUV90.02191.2187.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 26 (10.55% from 255) = 6.48%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=43.14%
G=6.48%
B=50.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173262020.140.8700.21290.1177.1944.71
HexAD1ACAE570151224d2d
Octal255323121612702544211555
Binary101011011101011001010111010101110101011001000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1ACA; }

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

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

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

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

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

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

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

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