#A345DF

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

Shades of Dark Orchid #A345DF

Tints of Dark Orchid #A345DF

Color information

#A345DF (or 0xA345DF) is unknown color: approx Dark Orchid. HEX triplet: A3, 45 and DF. RGB value is (163,69,223). Sum of RGB (Red+Green+Blue) = 163+69+223=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A345DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345DF is #5CBA20. Grayscale: #727272. Windows color (decimal): -6076961 or 14632355. OLE color: 14632355.

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

Color convert

RGB16369223-
CMYK0.270.6900.13
HSL276.62º70.64%57.25%-
HSV(B)276.62º69.06%87.45%-
XYZ30.5517.3771.55-
YUV114.66189.14162.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=35.82%
G=15.16%
B=49.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163692230.270.6900.13276.6270.6457.25
HexA345DF1B450D1154739
Octal2431053373310501542510771
Binary10100011100010111011111110111000101011011000101011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A345DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A345DF; }

 p { color: rgb(163,69,223); }

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

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

 a { background-color: rgb(163,69,223); }

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

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

 span { border-color: rgb(163,69,223); }

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