#AD35C4

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

Shades of Dark Orchid #AD35C4

Tints of Dark Orchid #AD35C4

Color information

#AD35C4 (or 0xAD35C4) is unknown color: approx Dark Orchid. HEX triplet: AD, 35 and C4. RGB value is (173,53,196). Sum of RGB (Red+Green+Blue) = 173+53+196=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD35C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35C4 is #52CA3B. Grayscale: #686868. Windows color (decimal): -5425724 or 12858797. OLE color: 12858797.

HSL color Cylindrical-coordinate representation of color #AD35C4: hue angle of 290.35º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD35C4 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17353196-
CMYK0.120.7300.23
HSL290.35º57.43%48.82%-
HSV(B)290.35º72.96%76.86%-
XYZ28.4715.4253.7-
YUV105.18179.26176.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=41.00%
G=12.56%
B=46.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173531960.120.7300.23290.3557.4348.82
HexAD35C4C490171223931
Octal25565304141110274427161
Binary101011011101011100010011001001001010111100100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35C4; }

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

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

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

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

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

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

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

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