#AD38E1

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

Shades of Dark Orchid #AD38E1

Tints of Dark Orchid #AD38E1

Color information

#AD38E1 (or 0xAD38E1) is unknown color: approx Dark Orchid. HEX triplet: AD, 38 and E1. RGB value is (173,56,225). Sum of RGB (Red+Green+Blue) = 173+56+225=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD38E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38E1 is #52C71E. Grayscale: #6D6D6D. Windows color (decimal): -5424927 or 14760109. OLE color: 14760109.

HSL color Cylindrical-coordinate representation of color #AD38E1: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD38E1 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17356225-
CMYK0.230.7500.12
HSL281.54º73.8%55.1%-
HSV(B)281.54º75.11%88.24%-
XYZ32.2417.1572.85-
YUV110.25192.76172.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 56 (22.27% from 255) = 12.33%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=38.11%
G=12.33%
B=49.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173562250.230.7500.12281.5473.855.1
HexAD38E1174B0C11a4a37
Octal255703412711301443211267
Binary1010110111100011100001101111001011011001000110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD38E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD38E1; }

 p { color: rgb(173,56,225); }

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

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

 a { background-color: rgb(173,56,225); }

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

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

 span { border-color: rgb(173,56,225); }

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