#AD3ACB

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

Shades of Dark Orchid #AD3ACB

Tints of Dark Orchid #AD3ACB

Color information

#AD3ACB (or 0xAD3ACB) is unknown color: approx Dark Orchid. HEX triplet: AD, 3A and CB. RGB value is (173,58,203). Sum of RGB (Red+Green+Blue) = 173+58+203=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ACB is #52C534. Grayscale: #6C6C6C. Windows color (decimal): -5424437 or 13318829. OLE color: 13318829.

HSL color Cylindrical-coordinate representation of color #AD3ACB: hue angle of 287.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3ACB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17358203-
CMYK0.150.7100.20
HSL287.59º58.23%51.18%-
HSV(B)287.59º71.43%79.61%-
XYZ29.5316.2258.07-
YUV108.92181.1173.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=39.86%
G=13.36%
B=46.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173582030.150.7100.20287.5958.2351.18
HexAD3ACBF470141203a33
Octal25572313171070244407263
Binary101011011110101100101111111000111010100100100000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3ACB; }

 p { color: rgb(173,58,203); }

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

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

 a { background-color: rgb(173,58,203); }

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

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

 span { border-color: rgb(173,58,203); }

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