#A83FDD

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

Shades of Dark Orchid #A83FDD

Tints of Dark Orchid #A83FDD

Color information

#A83FDD (or 0xA83FDD) is unknown color: approx Dark Orchid. HEX triplet: A8, 3F and DD. RGB value is (168,63,221). Sum of RGB (Red+Green+Blue) = 168+63+221=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A83FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FDD is #57C022. Grayscale: #6F6F6F. Windows color (decimal): -5750819 or 14499752. OLE color: 14499752.

HSL color Cylindrical-coordinate representation of color #A83FDD: hue angle of 279.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83FDD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16863221-
CMYK0.240.7100.13
HSL279.87º69.91%55.69%-
HSV(B)279.87º71.49%86.67%-
XYZ30.9817.170.07-
YUV112.41189.29167.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=37.17%
G=13.94%
B=48.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168632210.240.7100.13279.8769.9155.69
HexA83FDD18470D1184638
Octal250773353010701543010670
Binary1010100011111111011101110001000111011011000110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FDD; }

 p { color: rgb(168,63,221); }

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

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

 a { background-color: rgb(168,63,221); }

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

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

 span { border-color: rgb(168,63,221); }

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