#AD23B5

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

Shades of Dark Orchid #AD23B5

Tints of Dark Orchid #AD23B5

Color information

#AD23B5 (or 0xAD23B5) is unknown color: approx Dark Orchid. HEX triplet: AD, 23 and B5. RGB value is (173,35,181). Sum of RGB (Red+Green+Blue) = 173+35+181=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD23B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23B5 is #52DC4A. Grayscale: #5C5C5C. Windows color (decimal): -5430347 or 11871149. OLE color: 11871149.

HSL color Cylindrical-coordinate representation of color #AD23B5: hue angle of 296.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD23B5 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17335181-
CMYK0.040.8100.29
HSL296.71º67.59%42.35%-
HSV(B)296.71º80.66%70.98%-
XYZ26.1813.4244.93-
YUV92.91177.72185.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 35 (14.06% from 255) = 9.00%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=44.47%
G=9.00%
B=46.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173351810.040.8100.29296.7167.5942.35
HexAD23B545101D129442a
Octal25543265412103545110452
Binary101011011000111011010110010100010111011001010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD23B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD23B5; }

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

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

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

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

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

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

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

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