#AD20AF

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

Shades of Dark Orchid #AD20AF

Tints of Dark Orchid #AD20AF

Color information

#AD20AF (or 0xAD20AF) is unknown color: approx Dark Orchid. HEX triplet: AD, 20 and AF. RGB value is (173,32,175). Sum of RGB (Red+Green+Blue) = 173+32+175=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20AF is #52DF50. Grayscale: #5A5A5A. Windows color (decimal): -5431121 or 11477165. OLE color: 11477165.

HSL color Cylindrical-coordinate representation of color #AD20AF: hue angle of 299.16º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD20AF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17332175-
CMYK0.010.8200.31
HSL299.16º69.08%40.59%-
HSV(B)299.16º81.71%68.63%-
XYZ25.4913.0141.73-
YUV90.46175.71186.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=45.53%
G=8.42%
B=46.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173321750.010.8200.31299.1669.0840.59
HexAD20AF15201F12b4529
Octal25540257112203745310551
Binary1010110110000010101111110100100111111001010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD20AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD20AF; }

 p { color: rgb(173,32,175); }

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

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

 a { background-color: rgb(173,32,175); }

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

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

 span { border-color: rgb(173,32,175); }

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