#A83DD9

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

Shades of Dark Orchid #A83DD9

Tints of Dark Orchid #A83DD9

Color information

#A83DD9 (or 0xA83DD9) is unknown color: approx Dark Orchid. HEX triplet: A8, 3D and D9. RGB value is (168,61,217). Sum of RGB (Red+Green+Blue) = 168+61+217=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #A83DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DD9 is #57C226. Grayscale: #6E6E6E. Windows color (decimal): -5751335 or 14237096. OLE color: 14237096.

HSL color Cylindrical-coordinate representation of color #A83DD9: hue angle of 281.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83DD9 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16861217-
CMYK0.230.7200.15
HSL281.15º67.24%54.51%-
HSV(B)281.15º71.89%85.1%-
XYZ30.3416.6767.26-
YUV110.78187.95168.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 217 (85.16% from 255) = 48.65%
R=37.67%
G=13.68%
B=48.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168612170.230.7200.15281.1567.2454.51
HexA83DD917480F1194337
Octal250753312711001743110367
Binary1010100011110111011001101111001000011111000110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DD9; }

 p { color: rgb(168,61,217); }

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

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

 a { background-color: rgb(168,61,217); }

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

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

 span { border-color: rgb(168,61,217); }

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