#A83ADD

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

Shades of Dark Orchid #A83ADD

Tints of Dark Orchid #A83ADD

Color information

#A83ADD (or 0xA83ADD) is unknown color: approx Dark Orchid. HEX triplet: A8, 3A and DD. RGB value is (168,58,221). Sum of RGB (Red+Green+Blue) = 168+58+221=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #A83ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ADD is #57C522. Grayscale: #6C6C6C. Windows color (decimal): -5752099 or 14498472. OLE color: 14498472.

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

Color convert

RGB16858221-
CMYK0.240.7400.13
HSL280.49º70.56%54.71%-
HSV(B)280.49º73.76%86.67%-
XYZ30.7116.5769.99-
YUV109.47190.94169.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=37.58%
G=12.98%
B=49.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168582210.240.7400.13280.4970.5654.71
HexA83ADD184A0D1184737
Octal250723353011201543010767
Binary1010100011101011011101110001001010011011000110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83ADD; }

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

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

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

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

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

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

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

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