#a344dc

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

Shades of Dark Orchid #A344DC

Tints of Dark Orchid #A344DC

Color information

#A344DC (or 0xA344DC) is unknown color: approx Dark Orchid. HEX triplet: A3, 44 and DC. RGB value is (163,68,220). Sum of RGB (Red+Green+Blue) = 163+68+220=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #A344DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344DC is #5CBB23. Grayscale: #717171. Windows color (decimal): -6077220 or 14435491. OLE color: 14435491.

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

Color convert

RGB16368220-
CMYK0.260.6900.14
HSL277.5º68.47%56.47%-
HSV(B)277.5º69.09%86.27%-
XYZ30.0917.0969.42-
YUV113.73187.97163.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 68 (26.95% from 255) = 15.08%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=36.14%
G=15.08%
B=48.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163682200.260.6900.14277.568.4756.47
HexA344DC1A450E1164438
Octal2431043343210501642610470
Binary10100011100010011011100110101000101011101000101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a344dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a344dc; }

 p { color: rgb(163,68,220); }

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

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

 a { background-color: rgb(163,68,220); }

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

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

 span { border-color: rgb(163,68,220); }

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