#AD3DC7

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

Shades of Dark Orchid #AD3DC7

Tints of Dark Orchid #AD3DC7

Color information

#AD3DC7 (or 0xAD3DC7) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and C7. RGB value is (173,61,199). Sum of RGB (Red+Green+Blue) = 173+61+199=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD3DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DC7 is #52C238. Grayscale: #6D6D6D. Windows color (decimal): -5423673 or 13057453. OLE color: 13057453.

HSL color Cylindrical-coordinate representation of color #AD3DC7: hue angle of 288.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3DC7 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17361199-
CMYK0.130.6900.22
HSL288.7º55.2%50.98%-
HSV(B)288.7º69.35%78.04%-
XYZ29.2116.3555.65-
YUV110.22178.11172.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=39.95%
G=14.09%
B=45.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173611990.130.6900.22288.755.250.98
HexAD3DC7D450161213733
Octal25575307151050264416763
Binary101011011111011100011111011000101010110100100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DC7; }

 p { color: rgb(173,61,199); }

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

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

 a { background-color: rgb(173,61,199); }

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

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

 span { border-color: rgb(173,61,199); }

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