#AD23AE

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

Shades of Dark Orchid #AD23AE

Tints of Dark Orchid #AD23AE

Color information

#AD23AE (or 0xAD23AE) is unknown color: approx Dark Orchid. HEX triplet: AD, 23 and AE. RGB value is (173,35,174). Sum of RGB (Red+Green+Blue) = 173+35+174=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AE is #52DC51. Grayscale: #5B5B5B. Windows color (decimal): -5430354 or 11412397. OLE color: 11412397.

HSL color Cylindrical-coordinate representation of color #AD23AE: hue angle of 299.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD23AE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17335174-
CMYK0.010.8000.32
HSL299.57º66.51%40.98%-
HSV(B)299.57º79.89%68.24%-
XYZ25.4713.1441.24-
YUV92.11174.22185.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 35 (14.06% from 255) = 9.16%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=45.29%
G=9.16%
B=45.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173351740.010.8000.32299.5766.5140.98
HexAD23AE15002012c4329
Octal25543256112004045410351
Binary10101101100011101011101101000001000001001011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD23AE; }

 p { color: rgb(173,35,174); }

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

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

 a { background-color: rgb(173,35,174); }

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

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

 span { border-color: rgb(173,35,174); }

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