#A83DE9

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

Shades of Dark Orchid #A83DE9

Tints of Dark Orchid #A83DE9

Color information

#A83DE9 (or 0xA83DE9) is unknown color: approx Dark Orchid. HEX triplet: A8, 3D and E9. RGB value is (168,61,233). Sum of RGB (Red+Green+Blue) = 168+61+233=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #A83DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DE9 is #57C216. Grayscale: #707070. Windows color (decimal): -5751319 or 15285672. OLE color: 15285672.

HSL color Cylindrical-coordinate representation of color #A83DE9: hue angle of 277.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83DE9 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16861233-
CMYK0.280.7400.09
HSL277.33º79.63%57.65%-
HSV(B)277.33º73.82%91.37%-
XYZ32.5317.5578.76-
YUV112.6195.95167.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 233 (91.41% from 255) = 50.43%
R=36.36%
G=13.20%
B=50.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168612330.280.7400.09277.3379.6357.65
HexA83DE91C4A09115503a
Octal250753513411201142512072
Binary1010100011110111101001111001001010010011000101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DE9; }

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

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

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

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

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

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

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

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