#AD3CC1

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

Shades of Dark Orchid #AD3CC1

Tints of Dark Orchid #AD3CC1

Color information

#AD3CC1 (or 0xAD3CC1) is unknown color: approx Dark Orchid. HEX triplet: AD, 3C and C1. RGB value is (173,60,193). Sum of RGB (Red+Green+Blue) = 173+60+193=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD3CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CC1 is #52C33E. Grayscale: #6C6C6C. Windows color (decimal): -5423935 or 12663981. OLE color: 12663981.

HSL color Cylindrical-coordinate representation of color #AD3CC1: hue angle of 290.98º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3CC1 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17360193-
CMYK0.100.6900.24
HSL290.98º52.57%49.61%-
HSV(B)290.98º68.91%75.69%-
XYZ28.4815.9752.03-
YUV108.95175.44173.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 60 (23.83% from 255) = 14.08%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=40.61%
G=14.08%
B=45.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173601930.100.6900.24290.9852.5749.61
HexAD3CC1A450181233532
Octal25574301121050304436562
Binary101011011111001100000110101000101011000100100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3CC1; }

 p { color: rgb(173,60,193); }

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

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

 a { background-color: rgb(173,60,193); }

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

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

 span { border-color: rgb(173,60,193); }

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