#A346DD

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

Shades of Dark Orchid #A346DD

Tints of Dark Orchid #A346DD

Color information

#A346DD (or 0xA346DD) is unknown color: approx Dark Orchid. HEX triplet: A3, 46 and DD. RGB value is (163,70,221). Sum of RGB (Red+Green+Blue) = 163+70+221=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A346DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346DD is #5CB922. Grayscale: #727272. Windows color (decimal): -6076707 or 14501539. OLE color: 14501539.

HSL color Cylindrical-coordinate representation of color #A346DD: hue angle of 276.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A346DD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16370221-
CMYK0.260.6800.13
HSL276.95º68.95%57.06%-
HSV(B)276.95º68.33%86.67%-
XYZ30.3517.3970.16-
YUV115.02187.81162.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=35.90%
G=15.42%
B=48.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163702210.260.6800.13276.9568.9557.06
HexA346DD1A440D1154539
Octal2431063353210401542510571
Binary10100011100011011011101110101000100011011000101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A346DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A346DD; }

 p { color: rgb(163,70,221); }

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

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

 a { background-color: rgb(163,70,221); }

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

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

 span { border-color: rgb(163,70,221); }

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