#A347DD

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

Shades of Dark Orchid #A347DD

Tints of Dark Orchid #A347DD

Color information

#A347DD (or 0xA347DD) is unknown color: approx Dark Orchid. HEX triplet: A3, 47 and DD. RGB value is (163,71,221). Sum of RGB (Red+Green+Blue) = 163+71+221=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A347DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347DD is #5CB822. Grayscale: #737373. Windows color (decimal): -6076451 or 14501795. OLE color: 14501795.

HSL color Cylindrical-coordinate representation of color #A347DD: hue angle of 276.8º 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 #A347DD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16371221-
CMYK0.260.6800.13
HSL276.8º68.81%57.25%-
HSV(B)276.8º67.87%86.67%-
XYZ30.4117.5170.18-
YUV115.61187.48161.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=35.82%
G=15.60%
B=48.57%

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
Decimal163712210.260.6800.13276.868.8157.25
HexA347DD1A440D1154539
Octal2431073353210401542510571
Binary10100011100011111011101110101000100011011000101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A347DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A347DD; }

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

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

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

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

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

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

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

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