#AD2BAC

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

Shades of Dark Orchid #AD2BAC

Tints of Dark Orchid #AD2BAC

Color information

#AD2BAC (or 0xAD2BAC) is unknown color: approx Dark Orchid. HEX triplet: AD, 2B and AC. RGB value is (173,43,172). Sum of RGB (Red+Green+Blue) = 173+43+172=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BAC is #52D453. Grayscale: #606060. Windows color (decimal): -5428308 or 11283373. OLE color: 11283373.

HSL color Cylindrical-coordinate representation of color #AD2BAC: hue angle of 300.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2BAC is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17343172-
CMYK00.750.010.32
HSL300.46º60.19%42.35%-
HSV(B)300.46º75.14%67.84%-
XYZ25.5413.5940.31-
YUV96.58170.57182.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=44.59%
G=11.08%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734317200.750.010.32300.4660.1942.35
HexAD2BAC04B12012c3c2a
Octal2555325401131404547452
Binary1010110110101110101100010010111100000100101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2BAC; }

 p { color: rgb(173,43,172); }

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

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

 a { background-color: rgb(173,43,172); }

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

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

 span { border-color: rgb(173,43,172); }

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