#AD36CF

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

Shades of Dark Orchid #AD36CF

Tints of Dark Orchid #AD36CF

Color information

#AD36CF (or 0xAD36CF) is unknown color: approx Dark Orchid. HEX triplet: AD, 36 and CF. RGB value is (173,54,207). Sum of RGB (Red+Green+Blue) = 173+54+207=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36CF is #52C930. Grayscale: #6A6A6A. Windows color (decimal): -5425457 or 13579949. OLE color: 13579949.

HSL color Cylindrical-coordinate representation of color #AD36CF: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD36CF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17354207-
CMYK0.160.7400.19
HSL286.67º61.45%51.18%-
HSV(B)286.67º73.91%81.18%-
XYZ29.8216.0360.55-
YUV107.02184.42175.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=39.86%
G=12.44%
B=47.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173542070.160.7400.19286.6761.4551.18
HexAD36CF104A01311f3d33
Octal25566317201120234377563
Binary1010110111011011001111100001001010010011100011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD36CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD36CF; }

 p { color: rgb(173,54,207); }

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

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

 a { background-color: rgb(173,54,207); }

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

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

 span { border-color: rgb(173,54,207); }

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