#AD35CD

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

Shades of Dark Orchid #AD35CD

Tints of Dark Orchid #AD35CD

Color information

#AD35CD (or 0xAD35CD) is unknown color: approx Dark Orchid. HEX triplet: AD, 35 and CD. RGB value is (173,53,205). Sum of RGB (Red+Green+Blue) = 173+53+205=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35CD is #52CA32. Grayscale: #696969. Windows color (decimal): -5425715 or 13448621. OLE color: 13448621.

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

Color convert

RGB17353205-
CMYK0.160.7400.20
HSL287.37º60.32%50.59%-
HSV(B)287.37º74.15%80.39%-
XYZ29.5315.8459.26-
YUV106.21183.76175.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=40.14%
G=12.30%
B=47.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173532050.160.7400.20287.3760.3250.59
HexAD35CD104A01411f3c33
Octal25565315201120244377463
Binary1010110111010111001101100001001010010100100011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35CD; }

 p { color: rgb(173,53,205); }

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

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

 a { background-color: rgb(173,53,205); }

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

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

 span { border-color: rgb(173,53,205); }

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