#AD3FC1

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

Shades of Dark Orchid #AD3FC1

Tints of Dark Orchid #AD3FC1

Color information

#AD3FC1 (or 0xAD3FC1) is unknown color: approx Dark Orchid. HEX triplet: AD, 3F and C1. RGB value is (173,63,193). Sum of RGB (Red+Green+Blue) = 173+63+193=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD3FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FC1 is #52C03E. Grayscale: #6E6E6E. Windows color (decimal): -5423167 or 12664749. OLE color: 12664749.

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

Color convert

RGB17363193-
CMYK0.100.6700.24
HSL290.77º51.18%50.2%-
HSV(B)290.77º67.36%75.69%-
XYZ28.6416.2952.09-
YUV110.71174.44172.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 63 (25% from 255) = 14.69%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=40.33%
G=14.69%
B=44.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173631930.100.6700.24290.7751.1850.2
HexAD3FC1A430181233332
Octal25577301121030304436362
Binary101011011111111100000110101000011011000100100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FC1; }

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

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

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

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

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

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

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

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