#AD3AD3

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

Shades of Dark Orchid #AD3AD3

Tints of Dark Orchid #AD3AD3

Color information

#AD3AD3 (or 0xAD3AD3) is unknown color: approx Dark Orchid. HEX triplet: AD, 3A and D3. RGB value is (173,58,211). Sum of RGB (Red+Green+Blue) = 173+58+211=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD3AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD3 is #52C52C. Grayscale: #6D6D6D. Windows color (decimal): -5424429 or 13843117. OLE color: 13843117.

HSL color Cylindrical-coordinate representation of color #AD3AD3: hue angle of 285.1º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3AD3 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17358211-
CMYK0.180.7300.17
HSL285.1º63.49%52.75%-
HSV(B)285.1º72.51%82.75%-
XYZ30.516.6163.23-
YUV109.83185.1173.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 58 (23.05% from 255) = 13.12%
BLUE value IS 211 (82.81% from 255) = 47.74%
R=39.14%
G=13.12%
B=47.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173582110.180.7300.17285.163.4952.75
HexAD3AD3124901111d3f35
Octal25572323221110214357765
Binary1010110111101011010011100101001001010001100011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3AD3; }

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

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

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

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

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

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

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

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