#AD38C9

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

Shades of Dark Orchid #AD38C9

Tints of Dark Orchid #AD38C9

Color information

#AD38C9 (or 0xAD38C9) is unknown color: approx Dark Orchid. HEX triplet: AD, 38 and C9. RGB value is (173,56,201). Sum of RGB (Red+Green+Blue) = 173+56+201=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD38C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38C9 is #52C736. Grayscale: #6B6B6B. Windows color (decimal): -5424951 or 13187245. OLE color: 13187245.

HSL color Cylindrical-coordinate representation of color #AD38C9: hue angle of 288.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD38C9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17356201-
CMYK0.140.7200.21
HSL288.41º57.31%50.39%-
HSV(B)288.41º72.14%78.82%-
XYZ29.1915.9356.79-
YUV107.51180.76174.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 56 (22.27% from 255) = 13.02%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=40.23%
G=13.02%
B=46.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173562010.140.7200.21288.4157.3150.39
HexAD38C9E480151203932
Octal25570311161100254407162
Binary101011011110001100100111101001000010101100100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD38C9; }

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

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

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

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

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

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

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

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