#A843D5

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

Shades of Dark Orchid #A843D5

Tints of Dark Orchid #A843D5

Color information

#A843D5 (or 0xA843D5) is unknown color: approx Dark Orchid. HEX triplet: A8, 43 and D5. RGB value is (168,67,213). Sum of RGB (Red+Green+Blue) = 168+67+213=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #A843D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843D5 is #57BC2A. Grayscale: #717171. Windows color (decimal): -5749803 or 13976488. OLE color: 13976488.

HSL color Cylindrical-coordinate representation of color #A843D5: hue angle of 281.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A843D5 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16867213-
CMYK0.210.6900.16
HSL281.51º63.48%54.9%-
HSV(B)281.51º68.54%83.53%-
XYZ30.1717.1464.67-
YUV113.84183.96166.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 14.96%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=37.5%
G=14.96%
B=47.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168672130.210.6900.16281.5163.4854.9
HexA843D5154501011a3f37
Octal250103325251050204327767
Binary10101000100001111010101101011000101010000100011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A843D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A843D5; }

 p { color: rgb(168,67,213); }

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

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

 a { background-color: rgb(168,67,213); }

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

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

 span { border-color: rgb(168,67,213); }

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